jimple
    Preparing search index...

    Type Alias ServiceExtender<T, TContainer>

    ServiceExtender: (original: T, container: TContainer) => T

    Extender function type that modifies an existing service.

    Type Parameters

    • T

      The type of service being extended

    • TContainer

      The type of the container being injected

    Type declaration