UNPKG

c8osdkjscore

Version:
14 lines 483 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); require("rxjs/add/operator/retry"); var C8oHttpInterfaceCore = (function () { function C8oHttpInterfaceCore(c8o) { this.firstCall = true; this._isCordova = null; this.c8o = c8o; this.timeout = this.c8o.timeout; } return C8oHttpInterfaceCore; }()); exports.C8oHttpInterfaceCore = C8oHttpInterfaceCore; //# sourceMappingURL=c8oHttpInterfaceCore.js.map