UNPKG

85 BTypeScriptView Raw
1export namespace webpack {
2 export type Compiler = any
3 export type Plugin = any
4}