Skip to content

Commit

Permalink
Create index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideViolante committed Dec 17, 2021
1 parent a689069 commit d466858
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare module "gender-detection-from-name" {
export function getGender(name: string): string;
}

0 comments on commit d466858

Please sign in to comment.