Enumeration BigintFormatTypeConst

Describes how bigints encountered in jsonUnwrapStringify are handled by default.

Enumeration Members

Enumeration Members

Integer: 0

Use 'json-bigint' to safely convert bigints to integers

None: 2

Do nothing, i.e. must be handled manually in replacer function.

String: 1

Convert bigints to strings

Generated using TypeDoc