diff --git a/types/chokidar/index.d.ts b/types/chokidar/index.d.ts index 712340f273..229ffb556f 100644 --- a/types/chokidar/index.d.ts +++ b/types/chokidar/index.d.ts @@ -1,6 +1,8 @@ -// Type definitions for chokidar 1.7.0 +// Type definitions for chokidar 1.7.1 // Project: https://github.com/paulmillr/chokidar -// Definitions by: Stefan Steinhart , Felix Becker +// Definitions by: Stefan Steinhart +// Felix Becker +// Zach Cardoza // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped /// @@ -17,7 +19,7 @@ export interface WatchedPaths { } export class FSWatcher extends EventEmitter implements fs.FSWatcher { - + /** * Constructs a new FSWatcher instance with optional WatchOptions parameter. */