Make a function to read a file.
This function uses Node.js's fs/promises module to read files.
fs/promises
The content format.
The type of the content.
The function to read a file.
An error if the fs/promises module could not be imported.
An error if the content format is not supported.
Make a function to read a file.
This function uses Node.js's
fs/promises
module to read files.