UNPKG

libretranslate-extended

Version:

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

4 lines (3 loc) 206 B
import type { ClientConfig, TranslateOptions } from "./types"; import "dotenv/config"; export declare function translate(opts: TranslateOptions | string, conf: ClientConfig): Promise<string | string[]>;