@azure-rest/ai-document-intelligence
Version:
Document Intelligence Rest Client
18 lines • 977 B
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const documentIntelligence_js_1 = tslib_1.__importDefault(require("./documentIntelligence.js"));
tslib_1.__exportStar(require("./documentIntelligence.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("./paginateHelper.js"), exports);
tslib_1.__exportStar(require("./pollingHelper.js"), exports);
tslib_1.__exportStar(require("./utils.js"), exports);
exports.default = documentIntelligence_js_1.default;
//# sourceMappingURL=index.js.map