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