UNPKG

anylang

Version:

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

8 lines (7 loc) 238 B
import 'isomorphic-fetch'; import { Fetcher } from './types'; export declare const convertHeadersToMap: (headers: Headers) => Map<string, string>; /** * Basic implementation of API fetcher */ export declare const basicFetcher: Fetcher;