UNPKG

279 BTypeScriptView Raw
1import { Config } from './config';
2import { Hooks } from './createEmitter';
3export declare function isNewValidFile(file: string, globs: string[], existing: string[]): boolean;
4export declare function watch(config: Config, hooks: Hooks): Promise<{
5 close(): Promise<void>;
6}>;