function rmrm(path: PathLike,options?: RmOptions,): Promise<void>DeprecatedRemoves files and directories (modeled on the standard POSIX rm utility). Parameterspath: PathLikeoptionaloptions: RmOptionsReturn TypePromise<void>Fulfills with undefined upon success.