Module

x/aleph/shared/fs.ts>lazyRemove

The Full-stack Framework in Deno.
Very Popular
Go to Latest
function lazyRemove
import { lazyRemove } from "https://dotland.deno.dev/x/aleph@v0.3.0-alpha.33/shared/fs.ts";

remove the file if it exists.

Parameters

name: string
optional
options: { recursive?: boolean; }

Returns

Promise<void | Error>