UNPKG

solana-framework

Version:

solana-framework is solana uni-tools for typescript

4 lines (3 loc) 129 B
export const bigIntReplacer = (_: string, value: any) => { return typeof value === 'bigint' ? value.toString() : value; }