Comparing version 4.2.1 to 4.3.0
declare class JSBI extends Array { | ||
private sign; | ||
constructor(length: number, sign: boolean); | ||
private constructor(); | ||
static BigInt(arg: number | string | boolean | object): JSBI; | ||
@@ -5,0 +5,0 @@ toDebugString(): string; |
{ | ||
"name": "jsbi", | ||
"version": "4.2.1", | ||
"version": "4.3.0", | ||
"repository": "GoogleChromeLabs/jsbi", | ||
@@ -5,0 +5,0 @@ "devDependencies": { |
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
568171