import fs from "fs"; import util from "util"; export const readFile = (fileName) => util.promisify(fs.readFile)(fileName, 'utf8');