source: frontend/node_modules/cosmiconfig/dist/readFile.d.ts

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 295 bytes
RevLine 
[9af201e]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
Note: See TracBrowser for help on using the repository browser.