Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cspotcode authored Mar 6, 2021
1 parent 082b725 commit 7a01252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ declare module 'filehound' {
* .find()
* .each(console.log);
*/
public addFilter(filter: (...any) => boolean): FileHound;
public addFilter(filter: (...args: any) => boolean): FileHound;

/**
* Defines the search paths
Expand Down

0 comments on commit 7a01252

Please sign in to comment.