Reads a file and returns the file's contents. Identical to fs.readFileSync, except that it uses utf8 encoding by default.
The path to the file.
The encoding to use when reading the file.
The file's contents.
Generated using TypeDoc
Reads a file and returns the file's contents. Identical to fs.readFileSync, except that it uses utf8 encoding by default.