Reads a file and returns the file's contents.
Identical to fs.promises.readFile, except that:
The path to the file.
The encoding to use when reading the file.
A promise that resolves with the file's contents or undefined if the file does not exist.
Generated using TypeDoc
Reads a file and returns the file's contents.
Identical to fs.promises.readFile, except that: