UNPKG

@yoroi/common

Version:

The Common package of Yoroi SDK

5 lines 142 B
export function toNumber(input) { const parsed = Number(input); return isNaN(parsed) ? 0 : parsed; } //# sourceMappingURL=to-number.js.map