UNPKG

devalue

Version:

Gets the job done when JSON.stringify can't

5 lines (4 loc) 188 B
export { uneval } from './src/uneval.js'; export { parse, unflatten } from './src/parse.js'; export { stringify } from './src/stringify.js'; export { DevalueError } from './src/utils.js';