• Decorate a class method with a key/value pair, using a tap function to modify the value

    Type Parameters

    • I = any
    • O = any

    Parameters

    • target: any
    • propertyKey: string | symbol
    • key: string
    • tap: TTapMetaFunc<I, O>

    Returns void