blob: d8fb62ccebc4c0a01bbec5b919a1fa604b8bbea2 [file] [log] [blame]
import JSON5 from './lib/index.js';
export const parse = JSON5.parse;
export const stringify = JSON5.stringify;