Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-polinsky committed Feb 2, 2024
1 parent a0f9e09 commit 29a2f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export class FSWatcher extends EventEmitter implements fs.FSWatcher {
*/
on(event: 'ready', listener: () => void): this;

on(event: 'unlink' | 'unlinkDir', listener: (path: string) => void): this;
on(event: 'unlink'|'unlinkDir', listener: (path: string) => void): this;

on(event: string, listener: (...args: any[]) => void): this;

Expand Down

0 comments on commit 29a2f13

Please sign in to comment.