r2-utils-js
Version:
Readium 2 'utils' for NodeJS (TypeScript)
14 lines • 446 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PropertyDefinition = void 0;
var PropertyDefinition = (function () {
function PropertyDefinition() {
this.array = false;
this.set = false;
this.readonly = false;
this.writeonly = false;
}
return PropertyDefinition;
}());
exports.PropertyDefinition = PropertyDefinition;
//# sourceMappingURL=property-definition.js.map