Documentation / @etherfold/core / bnReviver
Function: bnReviver()
bnReviver(
key,value):any
Defined in: packages/core/src/utils/bigint.ts:44
JSON.parse reviver: "123n" back to a BigInt, and nothing else touched.
Parameters
key
string
value
any
Returns
any