From 94ba8eeec329dbe3728a68a60fdc0f9289bac15c Mon Sep 17 00:00:00 2001 From: Paul Merlin Date: Tue, 7 Apr 2020 15:47:11 +0200 Subject: [PATCH] Remove now unneeded typescript definitions for unhomoglyph Signed-off-by: Paul Merlin --- src/declarations.d.ts | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 src/declarations.d.ts 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 -}