function readFile()

in ark-demo/webapp/_templates/promptUtils.js [39:41]


function readFile(filePath) {
  return fs.readFileSync(path.join(cwd(), filePath), { encoding: 'utf8' });
}