Function call

  • Equivalent to Inject.map([...deps], args => init(...args)).

    Type Parameters

    Parameters

    • init: ((...args) => T)

      A function that returns the desired resource

        • (...args): T
        • Parameters

          Returns T

    • Rest ...deps: K

      A list of dependencies that resolve to init's arguments

    Returns Map<T, K, G>

Generated using TypeDoc