UNPKG

247 BTypeScriptView Raw
1import { BuildContext, ChangedFile } from './util/interfaces';
2export declare function preprocess(context: BuildContext): Promise<void>;
3export declare function preprocessUpdate(changedFiles: ChangedFile[], context: BuildContext): Promise<any[]>;