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