c8osdkjscore
Version:
convertigo's sdk js core
16 lines • 485 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var FullSyncReplication = (function () {
function FullSyncReplication(pull) {
if (pull === void 0) { pull = null; }
if (pull != null) {
this.pull = pull;
}
else {
this.sync = true;
}
}
return FullSyncReplication;
}());
exports.FullSyncReplication = FullSyncReplication;
//# sourceMappingURL=fullSyncReplication.js.map