mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 05:53:42 +08:00
fix: eld module
This commit is contained in:
6
app/global.d.ts
vendored
6
app/global.d.ts
vendored
@@ -41,3 +41,9 @@ declare interface Window {
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
declare module "eld" {
|
||||
export const eld: {
|
||||
detect: (text: string) => { language: string };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user