1.1.0 • Published 5 years ago

add-string v1.1.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

Add 2 Strings As if they are Integers

var addString = require("add-string")

let res = addString("56458876789789789","9876573223277");
console.log(res);

console output: 56468753363013066 Note: output will also be a string

1.1.0

5 years ago

1.0.0

5 years ago