Extending EventEmitter interface on FSWatcher interface

This commit is contained in:
Cy Brown
2013-08-25 11:13:56 +02:00
committed by gstamac
parent 6799bfe8d3
commit 94313b7b75
+1 -1
View File
@@ -716,7 +716,7 @@ declare module "fs" {
ctime: Date;
}
interface FSWatcher {
interface FSWatcher extends EventEmitter {
close(): void;
}