UNPKG

mwts

Version:

MidwayJS TypeScript Style

6 lines 183 B
import { Options } from './cli'; /** * Remove files generated by the build. */ export declare function clean(options: Options): Promise<boolean>; //# sourceMappingURL=clean.d.ts.map