UNPKG

@covalenthq/goldrush-mcp-server

Version:

GoldRush MCP Server for interacting with Covalent GoldRush API

4 lines 181 B
export function stringifyWithBigInt(value) { return JSON.stringify(value, (_, val) => (typeof val === "bigint" ? val.toString() : val), 2); } //# sourceMappingURL=helpers.js.map