UNPKG

anylang

Version:

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

10 lines (9 loc) 237 B
export * from './fetcher'; export * from './cache'; export * from './text'; export * from './Multiplexor'; export * from './Semaphore'; export * from './buffers'; export * from './time'; export * from './strings'; export * from './url';