github-pages-deploy-action/node_modules/json5/lib/index.js

10 lines
143 B
JavaScript
Raw Normal View History

2020-03-31 20:42:07 +08:00
const parse = require('./parse')
const stringify = require('./stringify')
const JSON5 = {
parse,
stringify,
}
module.exports = JSON5