astro-ghostcms/.pnpm-store/v3/files/4b/388c93e41885794dbf71e341ddf...

10 lines
143 B
Plaintext

const parse = require('./parse')
const stringify = require('./stringify')
const JSON5 = {
parse,
stringify,
}
module.exports = JSON5