Blame view

天文台pc/tianwentai-ui/node_modules/cosmiconfig/dist/readFile.d.ts 295 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
5
6
7
  interface Options {
      throwNotFound?: boolean;
  }
  declare function readFile(filepath: string, options?: Options): Promise<string | null>;
  declare function readFileSync(filepath: string, options?: Options): string | null;
  export { readFile, readFileSync };
  //# sourceMappingURL=readFile.d.ts.map