Appearance
@ryanuo/utils / node / rmrf
function rmrf(path): Promise<void>;
递归删除目录或文件
string
目标路径
Promise<void>
Promise
void