Skip to main content
Module

std/node/fs.ts>rm

Deno standard library
Go to Latest
function rm
Re-export
import { rm } from "https://deno.land/std@0.158.0/node/fs.ts";

Parameters

path: string | URL
callback: rmCallback

Parameters

path: string | URL
options: rmOptions
callback: rmCallback