Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
share
/
nodejs
/
json5
/
lib
📤 Upload
📝 New File
📁 New Folder
Close
Editing: index.js
const parse = require('./parse') const stringify = require('./stringify') const JSON5 = { parse, stringify, } module.exports = JSON5
Save
Cancel