UNPKG

extension-develop

Version:
9 lines (8 loc) 211 B
import { type Compiler } from '@rspack/core'; export declare class CleanDistFolderPlugin { private options; constructor(options: { browser: string; }); apply(compiler: Compiler): void; }