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

10 lines
143 B
JavaScript
Raw Normal View History

2020-01-28 12:58:23 +08:00
const parse = require('./parse')
const stringify = require('./stringify')
const JSON5 = {
parse,
stringify,
}
module.exports = JSON5