@utility/file Collection of file utility functions Usage import { exists } from "@utility/file"; await exists("./filename.txt"); // => true