UNPKG

@careevolution/orchestrate

Version:

A TypeScript client for the Orchestrate API

6 lines (5 loc) 274 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.OrchestrateApi = void 0; const api_js_1 = require("./api.js"); Object.defineProperty(exports, "OrchestrateApi", { enumerable: true, get: function () { return api_js_1.OrchestrateApi; } });