Swap-Aggregator-Subgraph/node_modules/yaml/browser/schema.js
Richa-iitr d211083153 Revert "Revert "added handler""
This reverts commit c36ee8c5ca.
2022-07-03 07:30:05 +05:30

13 lines
433 B
JavaScript

import { Schema } from './dist/schema'
import { nullOptions, strOptions } from './dist/tags/options'
import { stringifyString } from './dist/stringify'
Schema.nullOptions = nullOptions
Schema.strOptions = strOptions
Schema.stringify = stringifyString
export { Schema as default }
export { nullOptions, strOptions, stringifyString as stringify }
import { warnFileDeprecation } from './dist/warnings'
warnFileDeprecation(__filename)