UNPKG

ice.fo.utils

Version:

6 lines (4 loc) 96 B
import fs from 'fs'; export default function deleteFile(path) { fs.unlink(path, () => {}); }