UNPKG

gts

Version:

Google TypeScript Style

6 lines (5 loc) 148 B
import { Options } from './cli'; /** * Remove files generated by the build. */ export declare function clean(options: Options): Promise<boolean>;