@keyper/specs
Version:
keyper specifications
12 lines (11 loc) • 334 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.DefaultAllConfig = void 0;
var DefaultAllConfig = /** @class */ (function () {
function DefaultAllConfig() {
this.index = 0;
this.length = -1;
}
return DefaultAllConfig;
}());
exports.DefaultAllConfig = DefaultAllConfig;
;