UNPKG
google-translator-ts
Version:
latest (1.0.0)
1.0.0
Free Google Translator API for Node.js
umairshabbir-83.github.io/google-translator
google-translator-ts
/
dist
/
types
/
translator.d.ts
2 lines
(1 loc)
•
84 B
TypeScript
View Raw
1
2
export
declare
const
getURL
:
(
source
:
string
,
target
:
string
,
text
:
string
) =>
URL
;