import JSON5 from './lib/index.js';

export const parse: typeof JSON5.parse = JSON5.parse;
export const stringify: typeof JSON5.stringify = JSON5.stringify;
