UNPKG

solana-framework

Version:

solana-framework is solana uni-tools for typescript

8 lines 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.bigIntReplacer = void 0; const bigIntReplacer = (_, value) => { return typeof value === 'bigint' ? value.toString() : value; }; exports.bigIntReplacer = bigIntReplacer; //# sourceMappingURL=tools.js.map