Vinyl
    Preparing search index...

    Function createContainer

    • Creates a Container from a dependency factory map.

      The dependencies will be a map of getters where the key matches the key within factories and the value is a lazily constructed dependency obtained from the respective provider.

      Type Parameters

      Parameters

      • factories: Dm

        An object of key value pairs where the values are dependency providers.

      Returns Container<Dependencies<Dm>>