UNPKG

@azure-rest/ai-inference

Version:
22 lines 973 B
"use strict"; // Copyright (c) Microsoft Corporation. // Licensed under the MIT License. Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); /** * THIS IS AN AUTO-GENERATED FILE - DO NOT EDIT! * * Any changes you make here may be lost. * * If you need to make changes, please do so in the original source file, \{project-root\}/sources/custom */ const modelClient_js_1 = tslib_1.__importDefault(require("./modelClient.js")); tslib_1.__exportStar(require("./clientDefinitions.js"), exports); tslib_1.__exportStar(require("./isUnexpected.js"), exports); tslib_1.__exportStar(require("./modelClient.js"), exports); tslib_1.__exportStar(require("./models.js"), exports); tslib_1.__exportStar(require("./outputModels.js"), exports); tslib_1.__exportStar(require("./parameters.js"), exports); tslib_1.__exportStar(require("./responses.js"), exports); exports.default = modelClient_js_1.default; //# sourceMappingURL=index.js.map