Your IP : 216.73.216.91


Current Path : /var/node/inatote/Inatote-Backend/node_modules/json-bigint/
Upload File :
Current File : /var/node/inatote/Inatote-Backend/node_modules/json-bigint/index.js

var json_stringify = require('./lib/stringify.js').stringify;
var json_parse     = require('./lib/parse.js');

module.exports = function(options) {
    return  {
        parse: json_parse(options),
        stringify: json_stringify
    }
};
//create the default method members with no options applied for backwards compatibility
module.exports.parse = json_parse();
module.exports.stringify = json_stringify;