UNPKG

anylang

Version:

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

6 lines 178 B
/** * Calculate token for translate request with specified string * * @param query string for translate */ export function getToken (query: string): Promise<{value: string}>;