Skip to content

Commit

Permalink
add a type definition file for typescript users
Browse files Browse the repository at this point in the history
  • Loading branch information
foldleft committed Feb 5, 2020
1 parent 5fa3d0a commit fee537f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
declare module 'unhomoglyph' {
const unhomoglyph: (s: string) => string;
export default unhomoglyph;
}

0 comments on commit fee537f

Please sign in to comment.