UNPKG

worker-factory

Version:

A little factory function to create a JSON-RPC based Web Worker implementation.

11 lines (10 loc) 192 B
export type TTypedArray = | Float32Array | Float64Array | Int8Array | Int16Array | Int32Array | Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array;