async function deleteLocalFile()

in localfile.js [26:28]


async function deleteLocalFile(filePath) {
  await fs.rm(filePath);
}