Skip to content

Commit 3539b28

Browse files
committed
- Added rimraf.d.ts
1 parent 32e28f6 commit 3539b28

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

rimraf.d.ts

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// https://github.com/isaacs/rimraf
2+
3+
export module "rimraf" {
4+
export var EMFILE_MAX: number;
5+
export var BUSYTRIES_MAX: number;
6+
function(path: string, callback: (error: Error) => void);
7+
function sync(path: string);
8+
}

0 commit comments

Comments
 (0)