function rm
Usage
import { rm } from "node:fs";
Asynchronously removes files and directories (modeled on the standard POSIX rmutility). No arguments other than a possible exception are given to the
completion callback.
path: PathLike
callback: NoParamCallback