npm.io
1.0.15 • Published 6 years ago

lib-large-number

Licence
ISC
Version
1.0.15
Deps
0
Size
12 kB
Vulns
0
Weekly
0

Build Status Coverage Status

NPM

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