Urara-Blog/node_modules/.pnpm-store/v3/files/4b/388c93e41885794dbf71e341ddf6d6ca0675a403ab473c1fad3fd94a3fc875a54ee2ce8e121935b6d0e3d7397434d3248ced9c865c9b89fa79cf3cdd0a92a3
2022-08-14 01:14:53 +08:00

9 lines
143 B
Text

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