rc-js-util
Advanced tools
Comparing version 5.0.0-alpha.31 to 5.0.0-alpha.32
@@ -39,3 +39,3 @@ import { Range2d } from "../range2d/range2d"; | ||
static i8: Margin2dCtor<Int8Array>; | ||
static getCtor<TCtor extends TTypedArrayCtor>(ctor: TTypedArrayCtor): Margin2dCtor<InstanceType<TCtor>>; | ||
static getCtor<TCtor extends TTypedArrayCtor>(ctor: TCtor): Margin2dCtor<InstanceType<TCtor>>; | ||
protected static constructors: Map<TTypedArrayCtor, Function>; | ||
@@ -42,0 +42,0 @@ /** |
@@ -41,3 +41,3 @@ import { Mat2 } from "../../mat2/mat2"; | ||
static i8: Range2dCtor<Int8Array>; | ||
static getCtor<TCtor extends TTypedArrayCtor>(ctor: TTypedArrayCtor): Range2dCtor<InstanceType<TCtor>>; | ||
static getCtor<TCtor extends TTypedArrayCtor>(ctor: TCtor): Range2dCtor<InstanceType<TCtor>>; | ||
protected static constructors: Map<TTypedArrayCtor, Function>; | ||
@@ -44,0 +44,0 @@ /** |
@@ -39,3 +39,3 @@ import { ATypedArrayTuple } from "../a-typed-array-tuple"; | ||
static i8: Mat2Ctor<Int8Array>; | ||
static getCtor<TCtor extends TTypedArrayCtor>(ctor: TTypedArrayCtor): Mat2Ctor<InstanceType<TCtor>>; | ||
static getCtor<TCtor extends TTypedArrayCtor>(ctor: TCtor): Mat2Ctor<InstanceType<TCtor>>; | ||
protected static constructors: Map<TTypedArrayCtor, Function>; | ||
@@ -42,0 +42,0 @@ /** |
@@ -49,3 +49,3 @@ import { ATypedArrayTuple } from "../a-typed-array-tuple"; | ||
static i8: Mat3Ctor<Int8Array>; | ||
static getCtor<TCtor extends TTypedArrayCtor>(ctor: TTypedArrayCtor): Mat3Ctor<InstanceType<TCtor>>; | ||
static getCtor<TCtor extends TTypedArrayCtor>(ctor: TCtor): Mat3Ctor<InstanceType<TCtor>>; | ||
protected static constructors: Map<TTypedArrayCtor, Function>; | ||
@@ -52,0 +52,0 @@ /** |
@@ -56,3 +56,3 @@ import { ATypedArrayTuple } from "../a-typed-array-tuple"; | ||
static i8: Mat4Ctor<Int8Array>; | ||
static getCtor<TCtor extends TTypedArrayCtor>(ctor: TTypedArrayCtor): Mat4Ctor<InstanceType<TCtor>>; | ||
static getCtor<TCtor extends TTypedArrayCtor>(ctor: TCtor): Mat4Ctor<InstanceType<TCtor>>; | ||
protected static constructors: Map<TTypedArrayCtor, Function>; | ||
@@ -59,0 +59,0 @@ /** |
@@ -40,3 +40,3 @@ import { ATypedArrayTuple } from "../a-typed-array-tuple"; | ||
static i8: Vec2Ctor<Int8Array>; | ||
static getCtor<TCtor extends TTypedArrayCtor>(ctor: TTypedArrayCtor): Vec2Ctor<InstanceType<TCtor>>; | ||
static getCtor<TCtor extends TTypedArrayCtor>(ctor: TCtor): Vec2Ctor<InstanceType<TCtor>>; | ||
protected static constructors: Map<TTypedArrayCtor, Function>; | ||
@@ -43,0 +43,0 @@ /** |
@@ -39,3 +39,3 @@ import { ATypedArrayTuple } from "../a-typed-array-tuple"; | ||
static i8: Vec3Ctor<Int8Array>; | ||
static getCtor<TCtor extends TTypedArrayCtor>(ctor: TTypedArrayCtor): Vec3Ctor<InstanceType<TCtor>>; | ||
static getCtor<TCtor extends TTypedArrayCtor>(ctor: TCtor): Vec3Ctor<InstanceType<TCtor>>; | ||
protected static constructors: Map<TTypedArrayCtor, Function>; | ||
@@ -42,0 +42,0 @@ /** |
@@ -39,3 +39,3 @@ import { ATypedArrayTuple } from "../a-typed-array-tuple"; | ||
static i8: Vec4Ctor<Int8Array>; | ||
static getCtor<TCtor extends TTypedArrayCtor>(ctor: TTypedArrayCtor): Vec4Ctor<InstanceType<TCtor>>; | ||
static getCtor<TCtor extends TTypedArrayCtor>(ctor: TCtor): Vec4Ctor<InstanceType<TCtor>>; | ||
protected static constructors: Map<TTypedArrayCtor, Function>; | ||
@@ -42,0 +42,0 @@ /** |
{ | ||
"name": "rc-js-util", | ||
"version": "5.0.0-alpha.31", | ||
"version": "5.0.0-alpha.32", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
532461