clean.d.ts 117B

123
  1. import { BuildContext } from './util/interfaces';
  2. export declare function clean(context: BuildContext): Promise<{}>;