UNPKG

google-translate-nodejs

Version:

A nodejs package for translating text using google translate for free! It also support batching translation!

3 lines (2 loc) 155 B
import translate, { BatchResponse, SingleResponse, MultiResponse } from "./translate"; export { translate, BatchResponse, SingleResponse, MultiResponse };