fix: eld module

This commit is contained in:
hengstchon 2024-10-03 17:53:06 +02:00
parent 25a8097eaf
commit 554901daee

6
app/global.d.ts vendored
View File

@ -41,3 +41,9 @@ declare interface Window {
};
};
}
declare module "eld" {
export const eld: {
detect: (text: string) => { language: string };
};
}