mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 17:19:29 +08:00
9 lines
143 B
Text
9 lines
143 B
Text
const parse = require('./parse')
|
|
const stringify = require('./stringify')
|
|
|
|
const JSON5 = {
|
|
parse,
|
|
stringify,
|
|
}
|
|
|
|
module.exports = JSON5
|