Remove now unneeded typescript definitions for unhomoglyph

Signed-off-by: Paul Merlin <paul@gradle.com>
This commit is contained in:
Paul Merlin 2020-04-07 15:47:11 +02:00
parent b3d8242e39
commit 94ba8eeec3

View file

@ -1,4 +0,0 @@
declare module 'unhomoglyph' {
function unhomoglyph(input: string): string
export = unhomoglyph
}