GoScrobble/web/node_modules/fork-ts-checker-webpack-plugin/lib/FsHelper.d.ts

5 lines
222 B
TypeScript
Raw Normal View History

2022-04-25 02:47:15 +00:00
/// <reference types="node" />
import * as fs from 'fs';
export declare function fileExistsSync(filePath: fs.PathLike): boolean;
export declare function throwIfIsInvalidSourceFileError(filepath: string, error: any): void;