dotfiles/vscode/.vscode/extensions/randomfractalsinc.vscode-data-preview-2.3.0/node_modules/json-bignum/lib/index.js
Errol Sancaktar ff17c17e23 vscode
2024-06-14 09:31:58 -06:00

6 lines
163 B
JavaScript

var bignumJSON = require('./json.js');
exports.BigNumber = require('./bignumber.js');
exports.parse = bignumJSON.parse;
exports.stringify = bignumJSON.stringify;