mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-06 21:54:35 +00:00
Adds constructor with options
This commit is contained in:
5
types/chokidar/index.d.ts
vendored
5
types/chokidar/index.d.ts
vendored
@@ -17,6 +17,11 @@ export interface WatchedPaths {
|
||||
}
|
||||
|
||||
export class FSWatcher extends EventEmitter implements fs.FSWatcher {
|
||||
|
||||
/**
|
||||
* Constructs a new FSWatcher instance with optional WatchOptions parameter.
|
||||
*/
|
||||
constructor(options?: WatchOptions);
|
||||
|
||||
/**
|
||||
* Add files, directories, or glob patterns for tracking. Takes an array of strings or just one
|
||||
|
||||
Reference in New Issue
Block a user