UNPKG

yandex-cloud-translate

Version:

Translate text with Yandex Cloud AI API

7 lines (5 loc) 187 B
const fetch = globalThis.fetch if (typeof fetch !== 'function') { throw new Error('You don`t have global fetch function. Setup or use nodejs version >= 18') } export { fetch }