UNPKG

xframelib

Version:

The accumulated front-end development foundation library originates from projects and serves projects.

4 lines (3 loc) 163 B
declare function initWorker(worker: Worker): void; declare function runtask(worker: Worker, op: any, args: any): Promise<unknown>; export { initWorker, runtask };