UNPKG

422 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var ExcludeMetadata = /** @class */ (function () {
4 function ExcludeMetadata(target, propertyName, options) {
5 this.target = target;
6 this.propertyName = propertyName;
7 this.options = options;
8 }
9 return ExcludeMetadata;
10}());
11exports.ExcludeMetadata = ExcludeMetadata;
12
13//# sourceMappingURL=ExcludeMetadata.js.map