Skip to content

Commit

Permalink
style: fix dts lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Oct 8, 2021
1 parent 62e4da8 commit c8c0c79
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 @@ -4,7 +4,7 @@

import * as fs from "fs";
import { EventEmitter } from "events";
import { Matcher } from 'anymatch'
import { Matcher } from 'anymatch';

export class FSWatcher extends EventEmitter implements fs.FSWatcher {
options: WatchOptions;
Expand Down

0 comments on commit c8c0c79

Please sign in to comment.