UNPKG

i18n-llm-translate

Version:

Automatically translates namespace-based JSON translation files across multiple languages from any source language

6 lines (5 loc) 189 B
import { TranslateEngine } from "../../type"; export interface DeepLConfig { apiKey: string; } export declare function createDeepLTranslateEngine(config: DeepLConfig): TranslateEngine;