@math.gl/types
Advanced tools
Comparing version 3.6.3 to 4.0.0-alpha.1
/** | ||
* TypeScript type covering all typed arrays | ||
*/ | ||
export declare type TypedArray = Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array | Uint8ClampedArray | Float32Array | Float64Array; | ||
export type TypedArray = Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array | Uint8ClampedArray | Float32Array | Float64Array; | ||
/** | ||
* TypeScript type covering all typed arrays and classic arrays consisting of numbers | ||
*/ | ||
export declare type NumericArray = TypedArray | number[]; | ||
export type NumericArray = TypedArray | number[]; | ||
/** | ||
* TypeScript type covering all typed arrays and classic arrays consisting of numbers | ||
*/ | ||
export declare type NumberArray = TypedArray | number[]; | ||
export type NumberArray = TypedArray | number[]; | ||
//# sourceMappingURL=number-array.d.ts.map |
@@ -5,6 +5,7 @@ { | ||
"license": "MIT", | ||
"type": "module", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"version": "3.6.3", | ||
"version": "4.0.0-alpha.1", | ||
"keywords": [ | ||
@@ -22,4 +23,4 @@ "typescript", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/es5/index.js", | ||
"module": "dist/esm/index.js", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"files": [ | ||
@@ -32,3 +33,3 @@ "dist", | ||
], | ||
"gitHead": "0efab394df9babad7ed93027c1003f30528b2090" | ||
"gitHead": "66f872ea615a3ef81431595727cdf58dcadf3670" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Yes
15455
19
159
2