biggystring
Advanced tools
Comparing version
@@ -224,5 +224,5 @@ /** | ||
const bns = { add, sub, mul, div, gt, lt, gte, lte, eq, mulf, divf, min, max }; | ||
const bns = { add, sub, mul, div, gt, lt, gte, lte, eq, mulf, divf, min, max, log10 }; | ||
export { add, sub, mul, div, gt, lt, gte, lte, eq, mulf, divf, min, max, bns }; | ||
export { add, sub, mul, div, gt, lt, gte, lte, eq, mulf, divf, min, max, log10, bns }; | ||
//# sourceMappingURL=index.es.js.map |
@@ -228,3 +228,3 @@ 'use strict'; | ||
const bns = { add, sub, mul, div, gt, lt, gte, lte, eq, mulf, divf, min, max }; | ||
const bns = { add, sub, mul, div, gt, lt, gte, lte, eq, mulf, divf, min, max, log10 }; | ||
@@ -244,3 +244,4 @@ exports.add = add; | ||
exports.max = max; | ||
exports.log10 = log10; | ||
exports.bns = bns; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "biggystring", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Wrapper for bn.js to directly operate on strings as big numbers", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
48531
0.26%426
0.24%