UNPKG

devalue

Version:

Gets the job done when JSON.stringify can't

14 lines (13 loc) 215 B
export type TypedArray = | Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Float16Array | Int32Array | Uint32Array | Float32Array | Float64Array | BigInt64Array | BigUint64Array;