Repository URL to install this package:
|
Version:
3.2.1 ▾
|
"use strict";
// @anto @todo from @james
// => MANUALLY LOG THE OUTPUT OF THE REMAPPED URLS AND PUT THAT OBJ HERE
/// export * from './stream'
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
// @anto @todo from @james
// => this goes to /apis
/// export * from './proxy'
// @anto @todo @from @james
// this should have all orchestrattion
__export(require("./orchestration"));
// export * from './proxyless-stream'
// @anto @todo @from @james
// this should have all readapi
// (OR WE CAN CHANGE THE BASEURL ONLY IF EVERYTHING IS SAME AS ORCHESTRATION)
// export * from './readapi'
//# sourceMappingURL=index.js.map