UNPKG

@careevolution/orchestrate

Version:

A TypeScript client for the Orchestrate API

8 lines (7 loc) 502 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LocalHashingApi = exports.IdentityApi = void 0; const api_js_1 = require("./identity/api.js"); Object.defineProperty(exports, "IdentityApi", { enumerable: true, get: function () { return api_js_1.IdentityApi; } }); const localHashing_js_1 = require("./identity/localHashing.js"); Object.defineProperty(exports, "LocalHashingApi", { enumerable: true, get: function () { return localHashing_js_1.LocalHashingApi; } });