UNPKG

103 BTypeScriptView Raw
1import parse = require('./parse')
2import stringify = require('./stringify')
3
4export {parse, stringify}