UNPKG

worker-factory

Version:

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

6 lines (4 loc) 94 B
import { TValue } from '../types'; export interface IValueMap { [key: string]: TValue; }