Skip to content

Commit

Permalink
fix: add export to interface (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
multivoltage authored Aug 1, 2023
1 parent 5743e51 commit 30de444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/watch.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type Options = {
delay ?: number;
};

declare interface Watcher extends FSWatcher {
export declare interface Watcher extends FSWatcher {
/**
* Returns `true` if the watcher has been closed.
*/
Expand Down

0 comments on commit 30de444

Please sign in to comment.