1.0.2 • Published 7 years ago
@nderkim/rmtree v1.0.2
rmtree
Remove file directory, recursively (and asynchronously).
const rmtree = require('@nderkim/rmtree');await rmtree(path);rmtree :: string -> Promise<void>Remove file directory, recursively (and asynchronously).
const rmtree = require('@nderkim/rmtree');await rmtree(path);rmtree :: string -> Promise<void>