remove(path: string | URL): Task<void, RemoveError>
Removes a file or directory recursively. No error if the path doesn't exist.
path: string | URL
Task<void, RemoveError>
remove(path: string | URL): Task<void, RemoveError>
Removes a file or directory recursively. No error if the path doesn't exist.
path: string | URL
Task<void, RemoveError>
import { remove } from ".";