UNPKG

@clynn-fe/akfe-editor-jsonf

Version:

JSON methods support function parse and stringify

9 lines 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const parse_1 = require("./parse"); const stringify_1 = require("./stringify"); exports.default = Object.freeze({ stringify: stringify_1.stringify, parse: parse_1.parse }); //# sourceMappingURL=index.js.map