• Experimental

    Creates an observing function decorator from a parameter decorator.

    Parameters

    • paramIndex: number

      The parameter index to apply the decorator to.

    • decorator: Function

      The parameter decorator to apply. Note that the return value is ignored.

    Returns Function

Generated using TypeDoc