add a type definition file for typescript users

This commit is contained in:
Zoe
2020-02-05 12:01:02 +00:00
parent 5fa3d0af6f
commit fee537fbf9

4
index.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
declare module 'unhomoglyph' {
const unhomoglyph: (s: string) => string;
export default unhomoglyph;
}