UNPKG

anylang

Version:

A translator's kit that uses the free APIs of Google Translate, Yandex, Bing, ChatGPT, and other LLMs

9 lines (8 loc) 178 B
export type ISO639LangCode = { v1: string | null; v2: string; v2B?: string; v2T?: string; }; declare const languages: ISO639LangCode[]; export default languages;