mirror of
https://github.com/Instadapp/Swap-Aggregator-Subgraph.git
synced 2024-07-29 21:57:12 +00:00
13 lines
433 B
JavaScript
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)
|