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