rsnext/packages/next/compiled/webpack/webpack.d.ts

10 lines
206 B
TypeScript

export namespace webpack {
export type Compiler = any
export type Plugin = any
}
export namespace webpack5 {
export type Compiler = any
export type Plugin = any
export type Configuration = any
}