Function: NumberifyIfPossible()
Like Numberify, but returns the exact decimal string instead of a corrupted number when the value does not fit a safe integer.
NumberifyIfPossible(
item):string|number
Defined in: packages/bitbadgesjs-sdk/src/common/string-numbers.ts:42
Like Numberify, but returns the exact decimal string instead of a corrupted number when the value does not fit a safe integer.
Parameters
item
Returns
string | number