UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

6 lines (5 loc) 132 B
import { IPublicConfig } from './IConfig'; export interface IWebWorkerConfig { config?: IPublicConfig; enabled?: boolean; }