UNPKG

@b3dotfun/anyspend-sdk

Version:

React Hooks and UI Components for AnySpend by B3

4 lines (3 loc) 136 B
export function stringify(value: any): string { return JSON.stringify(value, (_, v) => (typeof v === "bigint" ? v.toString() : v)); }