UNPKG

@azure-rest/ai-translation-text

Version:

An isomorphic client library for the Azure Cognitive Translator Service

17 lines 897 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); const customClient_js_1 = tslib_1.__importDefault(require("./customClient.js")); tslib_1.__exportStar(require("./customClient.js"), exports); tslib_1.__exportStar(require("./parameters.js"), exports); tslib_1.__exportStar(require("./responses.js"), exports); tslib_1.__exportStar(require("./clientDefinitions.js"), exports); tslib_1.__exportStar(require("./isUnexpected.js"), exports); tslib_1.__exportStar(require("./models.js"), exports); tslib_1.__exportStar(require("./outputModels.js"), exports); tslib_1.__exportStar(require("./serializeHelper.js"), exports); // eslint-disable-next-line @azure/azure-sdk/ts-modules-only-named exports.default = customClient_js_1.default; //# sourceMappingURL=index.js.map