Files
med-notes/.pnpm-store/v10/files/4b/388c93e41885794dbf71e341ddf6d6ca0675a403ab473c1fad3fd94a3fc875a54ee2ce8e121935b6d0e3d7397434d3248ced9c865c9b89fa79cf3cdd0a92a3
2025-05-09 05:30:08 +02:00

10 lines
143 B
Plaintext

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