Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

std/node/_fs/_fs_rm.ts>rm

Deno standard library
Go to Latest
function rm
import { rm } from "https://deno.land/std@0.115.1/node/_fs/_fs_rm.ts";

Parameters

path: string | URL
callback: rmCallback

Parameters

path: string | URL
options: rmOptions
callback: rmCallback