property BunHost.rm

Remove a file or directory.

Type

(
path: string,
options?: { recursive?: boolean; }
) => boolean

Usage

import { type BunHost } from "runtime/src/index.ts";