We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
unlink
1 parent 69c115a commit 3fa04b5Copy full SHA for 3fa04b5
src/index.ts
@@ -303,6 +303,8 @@ export interface FSWatcherKnownEventMap {
303
[EV.RAW]: Parameters<WatchHandlers['rawEmitter']>;
304
[EV.ERROR]: Parameters<WatchHandlers['errHandler']>;
305
[EV.ALL]: [EventName, ...EmitArgs];
306
+ [EV.UNLINK]: [path: string];
307
+ [EV.UNLINK_DIR]: [path: string];
308
}
309
310
export type FSWatcherEventMap = FSWatcherKnownEventMap & {
0 commit comments