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

    Function assertInjectionContext

    • Asserts that the current stack frame is within an injection context, meaning it has access to injection functions (inject, optional, etc.).

      Parameters

      • fn: string | Function

        The function performing the assertion, or a string name used in the error message.

      Returns void

      If the current stack frame is not within an injection context.