Skip to main content
Module

x/flat/remove.ts

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