persona-community-5/.pnpm-store/v3/files/4b/388c93e41885794dbf71e341ddf6d6ca0675a403ab473c1fad3fd94a3fc875a54ee2ce8e121935b6d0e3d7397434d3248ced9c865c9b89fa79cf3cdd0a92a3
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

10 lines
143 B
Plaintext

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