Home > @poq/transform > Transformer > Property
Decorator is used to mark properties of class/type as important to transform.
Signature:
static Property: (config?: TransformerConfig<any, any>) => PropertyDecorator;