UNPKG

kobp

Version:
10 lines 359 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ApiProperty = void 0; const ApiProperty = (scheme) => { return (target, propertyKey) => { console.log(`property decorator for key: ${propertyKey.toString()}`, target); }; }; exports.ApiProperty = ApiProperty; //# sourceMappingURL=apiProperty.decorator.js.map