UNPKG

@supercharge/json

Version:

Secure drop-in replacement for the global `JSON` object

10 lines (9 loc) 240 B
import { parse } from './parse'; import { stringify } from './stringify'; export * from './parse'; export * from './stringify'; declare const _default: { parse: typeof parse; stringify: typeof stringify; }; export default _default;