Merge pull request #914 from cybrown/master

Extending EventEmitter interface on FSWatcher interface
This commit is contained in:
Diullei Gomes
2013-08-24 20:50:24 -07:00
+1 -1
View File
@@ -716,7 +716,7 @@ declare module "fs" {
ctime: Date;
}
interface FSWatcher {
interface FSWatcher extends EventEmitter {
close(): void;
}