function rmSync Usage in Denoimport { rmSync } from "node:fs"; rmSync(path: PathLike,options?: RmOptions,): void Synchronously removes files and directories (modeled on the standard POSIX rm utility). Returns undefined. Parameters path: PathLike optional options: RmOptions Return Type void