Skip to content

Commit

Permalink
Task: Fix type definition for
Browse files Browse the repository at this point in the history
  • Loading branch information
nspragg committed Jul 16, 2019
1 parent 09cd226 commit 7d3bccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: () => boolean): FileHound;
public addFilter(filter: (...any) => boolean): FileHound;

/**
* Defines the search paths
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "filehound",
"version": "1.17.2",
"version": "1.17.3",
"description": "Find files the easy way",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 7d3bccd

Please sign in to comment.