UNPKG

json-parse-bigint

Version:

convert all the big integers to string in JSON before JSON.parse

3 lines (2 loc) 140 B
declare function JsonParseBigInt (str: string, reviver?: (this: any, key: string, value: any) => any): any export default JsonParseBigInt