Skip to main content
Module

x/flat/src/remove.ts

A collection of postprocessing utilities for flat
Latest
File
export async function removeFile(path: string) { await Deno.remove(path)}