diff options
Diffstat (limited to 'includes/external/matrix/node_modules/unhomoglyph/index.d.ts')
-rw-r--r-- | includes/external/matrix/node_modules/unhomoglyph/index.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/external/matrix/node_modules/unhomoglyph/index.d.ts b/includes/external/matrix/node_modules/unhomoglyph/index.d.ts new file mode 100644 index 0000000..4e7f5b3 --- /dev/null +++ b/includes/external/matrix/node_modules/unhomoglyph/index.d.ts @@ -0,0 +1,4 @@ +declare module 'unhomoglyph' { + const unhomoglyph: (s: string) => string; + export default unhomoglyph; +} |