UNPKG

264 BTypeScriptView Raw
1type TypedArray = Float32Array | Float64Array | Int8Array | Int16Array | Int32Array | Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array;
2export declare const isTypedArray: (x: any) => x is TypedArray;
3export {};
4//# sourceMappingURL=is-typedarray.d.ts.map
\No newline at end of file