• Main

    Check Input

    decorator

    Parameters

    • inputChecks: any

      Per input the desired checks. NOTE: we can only supply typeguard functions (not types) or Classes or a Array with check and default value

    • uniformizeToTypes: any

      Per input supply a type (Class or typeguard function) to convert into

    Returns MethodDecorator

Generated using TypeDoc