Skip to content

Commit c8c0c79

Browse files
committed
style: fix dts lint issue
1 parent 62e4da8 commit c8c0c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import * as fs from "fs";
66
import { EventEmitter } from "events";
7-
import { Matcher } from 'anymatch'
7+
import { Matcher } from 'anymatch';
88

99
export class FSWatcher extends EventEmitter implements fs.FSWatcher {
1010
options: WatchOptions;

0 commit comments

Comments
 (0)