Sha256: 0f93012a9b8608f73800ceb8cd6e1e0fa36112bca4bdcffedf41eb082a43081a
Contents?: true
Size: 295 Bytes
Versions: 43
Compression:
Stored size: 295 Bytes
Contents
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
Version data entries
43 entries across 42 versions & 8 rubygems