UNPKG
rm-all
Version:
alpha (1.0.0-alpha.0)
beta (1.0.0-beta.1)
latest (1.1.1)
1.1.1
1.1.0
1.0.0
1.0.0-beta.1
1.0.0-alpha.0
A simple deep deletion module for node (like `rm -rf`)
github.com/saqqdy/rm-all
saqqdy/rm-all
rm-all
/
dist
/
index.mjs
6 lines
(3 loc)
•
106 B
JavaScript
View Raw
1
2
3
4
5
6
import
index
from
'./index.cjs.js'
const
{ rm, rmSync } = index
export
{ index
as
default
, rm, rmSync }