@kayahr/di
    Preparing search index...

    Type Alias ResolvedFunction<Params, Return>

    Type of a function resolved from DI by its raw function qualifier when the exact inject array is not known statically.

    The resulting call signature preserves the original parameter types, but allows every subset of them because DI can not infer at compile time which parameters were injected and which stayed as pass-through parameters.

    Type Parameters

    • Params extends unknown[]

      The original function parameter types.

    • Return

      The function return type.