Comparing version 1.0.4 to 1.0.5
@@ -797,3 +797,3 @@ (function (exportName) { | ||
}()); /*</function>*/ | ||
/*<function name="UInt64">*/ | ||
/*<function name="UInt64" depend="BigInteger">*/ | ||
var UInt64 = (function () { | ||
@@ -945,3 +945,3 @@ /** | ||
}()); /*</function>*/ | ||
/*<function name="Int64">*/ | ||
/*<function name="Int64" depend="BigInteger">*/ | ||
var Int64 = (function () { | ||
@@ -948,0 +948,0 @@ /** |
@@ -5,3 +5,3 @@ { | ||
"description": "Big Integer", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"homepage": "http://github.com/zswang/jints", | ||
@@ -8,0 +8,0 @@ "main": "jints.js", |
import { BigInteger, EndianType } from './BigInteger' | ||
/*<function name="Int64">*/ | ||
/*<function name="Int64" depend="BigInteger">*/ | ||
class Int64 { | ||
@@ -5,0 +5,0 @@ |
import { BigInteger, EndianType } from './BigInteger' | ||
/*<function name="UInt64">*/ | ||
/*<function name="UInt64" depend="BigInteger">*/ | ||
class UInt64 { | ||
@@ -5,0 +5,0 @@ |
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
74768