UNPKG

@types/happypack

Version:
16 lines (12 loc) 312 B
import { Plugin } from "webpack"; export = happypack; declare namespace happypack { interface PluginOptions { id?: string | undefined; threads?: number | undefined; loaders: any; } } declare class happypack extends Plugin { constructor(options: happypack.PluginOptions); }