vlocode-project - v1.41.2
    Preparing search index...

    Function wrap

    • Wraps a property value in a wrapper type.

      Works standalone (without DI) by wrapping assigned values. When composed with other property decorators that define accessors, place @wrap(...) above them so it runs last and can wrap the resolved getter value.

      Type Parameters

      • T
      • W

      Parameters

      Returns PropertyDecorator