@xylabs/bignumber
Advanced tools
Comparing version 2.13.20 to 2.13.21
@@ -1,3 +0,2 @@ | ||
import BN from 'bn.js'; | ||
export { BN as BigNumber, BN }; | ||
export { default as BigNumber, default as BN } from 'bn.js'; | ||
//# sourceMappingURL=index.d.ts.map |
// src/index.ts | ||
import BN from "bn.js"; | ||
import { default as default2, default as default3 } from "bn.js"; | ||
export { | ||
BN, | ||
BN as BigNumber | ||
default3 as BN, | ||
default2 as BigNumber | ||
}; | ||
//# sourceMappingURL=index.js.map |
@@ -1,3 +0,2 @@ | ||
import BN from 'bn.js'; | ||
export { BN as BigNumber, BN }; | ||
export { default as BigNumber, default as BN } from 'bn.js'; | ||
//# sourceMappingURL=index.d.ts.map |
// src/index.ts | ||
import BN from "bn.js"; | ||
import { default as default2, default as default3 } from "bn.js"; | ||
export { | ||
BN, | ||
BN as BigNumber | ||
default3 as BN, | ||
default2 as BigNumber | ||
}; | ||
//# sourceMappingURL=index.js.map |
@@ -35,2 +35,3 @@ { | ||
"keywords": [ | ||
"bignumber", | ||
"xylabs", | ||
@@ -43,6 +44,9 @@ "utility", | ||
"@types/bn.js": "^5.1.5", | ||
"@xylabs/ts-scripts-yarn3": "^3.2.10", | ||
"@xylabs/tsconfig": "^3.2.10", | ||
"typescript": "^5.3.2" | ||
"@xylabs/ts-scripts-yarn3": "^3.2.25", | ||
"@xylabs/tsconfig": "^3.2.25", | ||
"typescript": "^5.3.3" | ||
}, | ||
"engines": { | ||
"node": ">=18" | ||
}, | ||
"publishConfig": { | ||
@@ -56,4 +60,4 @@ "access": "public" | ||
"sideEffects": false, | ||
"version": "2.13.20", | ||
"version": "2.13.21", | ||
"type": "module" | ||
} |
@@ -1,3 +0,1 @@ | ||
import BN from 'bn.js' | ||
export { BN as BigNumber, BN } | ||
export { default as BigNumber, default as BN } from 'bn.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
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
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
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17082
92