Extending EventEmitter interface on FSWatcher interface

This commit is contained in:
Cy Brown
2013-08-22 22:47:06 +02:00
parent 6aabb85130
commit bd9fc8c260
+1 -1
View File
@@ -716,7 +716,7 @@ declare module "fs" {
ctime: Date;
}
interface FSWatcher {
interface FSWatcher extends EventEmitter {
close(): void;
}