UNPKG

222 BTypeScriptView Raw
1/// <reference types="node" />
2import * as fs from 'fs';
3export declare function fileExistsSync(filePath: fs.PathLike): boolean;
4export declare function throwIfIsInvalidSourceFileError(filepath: string, error: any): void;