Function callClassMethodWithSyncInjections

  • Calls a class method with injected arguments from the module. Tip: You can use different module for providing arguments.

    Type Parameters

    • ReturnType = any
    • T extends Record<string, Function> = Record<string, Function>
    • M extends Module<any> = Module<any>

    Parameters

    Returns ReturnType