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

10 lines
143 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
const parse = require('./parse')
const stringify = require('./stringify')
const JSON5 = {
parse,
stringify,
}
module.exports = JSON5