Licence
ISC
Version
1.0.15
Deps
0
Size
12 kB
Vulns
0
Weekly
0
This library is to solve the problem of loss of precision of the Number type due to the limitation of digits.
Install
npm i lib-large-number -S
import add from 'lib-large-number'
const result = add('99', '2');
console.log('result:', result); // 101
