Const
Describes how bigints encountered in jsonUnwrapStringify are handled by default.
jsonUnwrapStringify
Use 'json-bigint' to safely convert bigints to integers
bigint
Do nothing, i.e. must be handled manually in replacer function.
Convert bigints to strings
Generated using TypeDoc
Describes how bigints encountered in
jsonUnwrapStringify
are handled by default.