Synchronous read of file contents from a file path
The function gets rid of any Byte Order Marker (BOM) present in the file's header.
the path of a file
Promise which resolves with the content of the file
Synchronous read of file contents from a file path
The function gets rid of any Byte Order Marker (BOM) present in the file's header.