UNPKG

anylang

Version:

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

3 lines (2 loc) 133 B
import { Fetcher } from '../../utils/fetcher/types'; export declare function getYandexSID(fetcher: Fetcher): Promise<string | null>;