UNPKG
yandex-cloud-translate
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Translate text with Yandex Cloud AI API
Jsox/yandex-cloud-translate
yandex-cloud-translate
/
src
/
fetch.ts
7 lines
(5 loc)
•
187 B
text/typescript
View Raw
1
2
3
4
5
6
7
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 }