@@ -0,0 +1,4 @@
import fs from "fs";
import util from "util";
export const readFile = (fileName) => util.promisify(fs.readFile)(fileName, 'utf8');
The note is not visible to the blocked user.