import * as fs from "fs"; import { promisify } from "util"; const content: Promise = promisify(fs.readFile)("path/to/the/file", ...
確定! 回上一頁