homebridge-config-ui-x
Version:
A web based management, configuration and control platform for Homebridge
14 lines (12 loc) • 416 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var ExposeMetadata = /** @class */ (function () {
function ExposeMetadata(target, propertyName, options) {
this.target = target;
this.propertyName = propertyName;
this.options = options;
}
return ExposeMetadata;
}());
exports.ExposeMetadata = ExposeMetadata;
//# sourceMappingURL=ExposeMetadata.js.map