mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 07:36:39 +08:00
fix: eld module
This commit is contained in:
parent
25a8097eaf
commit
554901daee
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 };
|
||||||
|
};
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user