Documentation
    Preparing search index...

    Type Alias ContainerProvider

    ContainerProvider: (
        binding: InspectableConstructor,
        property: string | symbol | number,
        resolver: ContainerResolver<any>,
        defaultProvider: DefaultContainerProvider,
        runtimeValues?: any[],
    ) => Promise<any[]>

    The container provider to discover and build dependencies for the constructor or the class method.

    Type Declaration