diff --git a/app/global.d.ts b/app/global.d.ts index 897871fec..bcb86663a 100644 --- a/app/global.d.ts +++ b/app/global.d.ts @@ -41,3 +41,9 @@ declare interface Window { }; }; } + +declare module "eld" { + export const eld: { + detect: (text: string) => { language: string }; + }; +}