Skip to content

Commit

Permalink
feat(types): add a type def
Browse files Browse the repository at this point in the history
It's not much, but it's honest work.
  • Loading branch information
boneskull committed Aug 16, 2023
1 parent 48d0ea0 commit 8d0f93a
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
@@ -0,0 +1 @@
export default function isBannedFilename (filename: string, logger?: (...args: any[]) => void): boolean;
3 changes: 2 additions & 1 deletion package.json
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 8d0f93a

Please sign in to comment.