UNPKG
rimraf
Version:
latest (6.0.1)
v5-legacy (5.0.10)
6.0.1
6.0.0
5.0.10
5.0.9
5.0.8
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.4.1
4.4.0
4.3.1
4.3.0
4.2.0
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.2
3.0.1
3.0.0
2.7.1
2.7.0
2.6.3
2.6.2
2.6.1
2.6.0
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.8
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0
A deep deletion module for node (like `rm -rf`)
github.com/isaacs/rimraf
isaacs/rimraf
rimraf
/
dist
/
commonjs
/
ignore-enoent.d.ts
3 lines
•
176 B
TypeScript
View Raw
1
2
3
export
declare
const
ignoreENOENT
:
(
p
:
Promise
<
any
>
) =>
Promise
<
any
>;
export
declare
const
ignoreENOENTSync
:
(
fn
: () =>
any
) =>
any
;
//# sourceMappingURL=ignore-enoent.d.ts.map