1
0
mirror of https://gitea.com/actions/setup-node.git synced 2025-07-04 07:43:54 +08:00
setup-node/node_modules/json5/lib/index.js
eric sciple 2b95e76931 .
2020-01-24 12:20:19 -05:00

10 lines
143 B
JavaScript

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