diff --git a/src/declarations.d.ts b/src/declarations.d.ts deleted file mode 100644 index 9227a1f..0000000 --- a/src/declarations.d.ts +++ /dev/null @@ -1,4 +0,0 @@ -declare module 'unhomoglyph' { - function unhomoglyph(input: string): string - export = unhomoglyph -}