7 lines
296 B
JavaScript
7 lines
296 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
const tslib_1 = require("tslib");
|
|
// This is the entrypoint for the package
|
|
tslib_1.__exportStar(require("./api/apis"), exports);
|
|
tslib_1.__exportStar(require("./model/models"), exports);
|
|
//# sourceMappingURL=api.js.map
|