UNPKG

tiny-is-equal

Version:

Tiny & Fast is-equal check with various ES6 objects.

2 lines (1 loc) 186 B
export type TypedArray = Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array | BigInt64Array | BigUint64Array;