UNPKG

168 BTypeScriptView Raw
1export declare function check(files: string[], tsConfigPath: string, bail?: boolean): void;
2export declare function checkDirectory(path: string, bail?: boolean): void;