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

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