Merge pull request #5 from foldleft/foldleft/type-defs

add a type definition file for typescript users
This commit is contained in:
Vitaly Puzrin
2020-02-05 21:55:09 +03:00
committed by GitHub

4
index.d.ts vendored Normal file
View File

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