mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Adds constructor with options
This commit is contained in:
parent
b04ef81201
commit
aa85998b99
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user