Function: deepCopyPrimitives()
Deep copy a JSON object, preserving bigints. Should not be used to preserve class instances.
deepCopyPrimitives<
T>(obj):T
Defined in: packages/bitbadgesjs-sdk/src/common/base.ts:242
Deep copy a JSON object, preserving bigints. Should not be used to preserve class instances.
Type Parameters
T
T
Parameters
obj
T
Returns
T