blob: b44fcce92c3e2230d973aebc0825c16e3c28fb87 [file] [log] [blame]
"use strict";
const stringify = require("./object-stringify");
const parse = require("./object-parse");
const syntax = {
parse,
stringify,
};
module.exports = syntax;