UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

8 lines (7 loc) 311 B
import { IThreadingConfig } from '../../config/IThreadingConfig'; import { IModuleCompilerProps } from '../compile/moduleCompiler'; export declare function createWorkerClients(config: IThreadingConfig): { compile: (props: IModuleCompilerProps) => void; launch: () => void; terminate: () => void; };