UNPKG

libretranslate-extended

Version:

Extended API wrapper for LibreTranslate with built-in language detection and improvements.

3 lines 182 B
import type { ClientConfig } from "./types"; export declare function detectLanguage(text: string, cfg?: ClientConfig): Promise<string>; //# sourceMappingURL=detectLanguage.d.ts.map