1 | ;
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | exports.WarthogField = void 0;
|
4 | var metadata_1 = require("../metadata");
|
5 | function WarthogField(fieldType, options) {
|
6 | if (options === void 0) { options = {}; }
|
7 | return function (target, propertyKey) {
|
8 | metadata_1.getMetadataStorage().addField(fieldType, target.constructor.name, propertyKey, options);
|
9 | };
|
10 | }
|
11 | exports.WarthogField = WarthogField;
|
12 | //# sourceMappingURL=WarthogField.js.map |
\ | No newline at end of file |