UNPKG

kobp

Version:
6 lines 224 B
export const ApiProperty = (scheme) => { return (target, propertyKey) => { console.log(`property decorator for key: ${propertyKey.toString()}`, target); }; }; //# sourceMappingURL=apiProperty.decorator.js.map