UNPKG

@siamf/google-translate

Version:

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

9 lines 379 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.translate = void 0; const translate_1 = __importDefault(require("./translate")); exports.translate = translate_1.default; //# sourceMappingURL=index.js.map