UNPKG

worker-factory

Version:

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

9 lines 218 B
import { TValue } from '../types'; export interface INotification { params: TValue; response: { result: undefined; }; transferables?: Transferable[]; } //# sourceMappingURL=notification.d.ts.map