UNPKG

295 BTypeScriptView Raw
1interface Options {
2 throwNotFound?: boolean;
3}
4declare function readFile(filepath: string, options?: Options): Promise<string | null>;
5declare function readFileSync(filepath: string, options?: Options): string | null;
6export { readFile, readFileSync };
7//# sourceMappingURL=readFile.d.ts.map
\No newline at end of file