UNPKG

web-worker-helper

Version:

Utilities for running tasks on worker threads

6 lines (4 loc) 147 B
import { createWorker } from '../worker-api/create-worker'; createWorker(async (data: any, options?: Record<string, any>) => { return data; });