We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32e28f6 commit 3539b28Copy full SHA for 3539b28
rimraf.d.ts
@@ -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