How to use the isBigNumber function from bignumber.js
Find comprehensive JavaScript bignumber.js.isBigNumber code examples handpicked from public code repositorys.
212 213 214 215 216 217 218 219 220 221 222 223
v, // The member value. length, mind = gap, partial, value = holder[key], isBigNumber = value != null && (value instanceof BigNumber || BigNumber.isBigNumber(value)); // If the value has a toJSON method, call it to obtain a replacement value. if (value && typeof value === 'object' &&
0
0
1
+ 4 other calls in file
bignumber.js.BigNumber is the most popular function in bignumber.js (869 examples)