rmAsync
external fun rmAsync(path: PathLike, options: RmOptions = definedExternally): ERROR CLASS: Symbol not found for Promise<ERROR CLASS: Symbol not found for js.core.Void>(source)
Removes files and directories (modeled on the standard POSIX rm
utility).
Since
v14.14.0
Return
Fulfills with undefined
upon success.