The path to the file.
fs.promises.readFile, except that does not use an encoding.
Reads a file and returns the file's contents.
Identical to
The path to the file.
Optional
callback: ((err, data) => void)An optional async callback.
fs.readFile (with callback), except that does not use an encoding.
Generated using TypeDoc
Reads a file and returns the file's contents.
Identical to