@lppedd/di-wise-neo - v0.11.1
    Preparing search index...

    Function optional

    • Injects the instance associated with the given class, or undefined if the class is not registered in the container.

      Type Parameters

      • Instance extends object

      Parameters

      Returns undefined | Instance

    • Injects the value associated with the given token, or undefined if the token is not registered in the container.

      Type Parameters

      • Value

      Parameters

      Returns undefined | Value