Utworzyłemm główną strukturę stromy

This commit is contained in:
Paweł Domański
2026-04-07 08:31:30 +02:00
parent 4d2fc80e2d
commit 28032ce7e0
5586 changed files with 658178 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
const parse = require('./parse')
const stringify = require('./stringify')
const JSON5 = {
parse,
stringify,
}
module.exports = JSON5