UNPKG

xframelib

Version:

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

10 lines (9 loc) 316 B
import { initWorker } from './frontWorker'; /** * 注册 webworker的相关方法 * @param components Webworker Service的相关方法 * @param worker * @returns */ declare function registerWorkerSerivces(components: Record<string, unknown>, worker: Worker): any; export { initWorker, registerWorkerSerivces };