Skip to content

Commit

Permalink
Merge pull request #290 from boneskull/boneskull/types
Browse files Browse the repository at this point in the history
  • Loading branch information
travi authored Aug 23, 2023
2 parents 5ed519d + 8d0f93a commit a9bb17a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions ban.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export default function isBannedFilename (filename: string, logger?: (...args: any[]) => void): boolean;
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,6 @@
"pluralize": "8.0.0",
"ramda": "0.29.0",
"update-notifier": "5.1.0"
}
},
"types": "ban.d.ts"
}

0 comments on commit a9bb17a

Please sign in to comment.