UNPKG

libretranslate-extended

Version:

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

4 lines (3 loc) 163 B
import type { ClientConfig } from "./types"; import "dotenv/config"; export declare function detectLanguage(text: string, cfg?: ClientConfig): Promise<string>;