novx
    Preparing search index...

    Interface Scope

    Scope interface representing how instance lifecycle is managed

    interface Scope {
        get<T>(
            provider: AbstractInstanceProvider<T>,
            environment: Environment,
            argProvider: () => any[],
        ): T;
    }

    Implemented by

    Index

    Methods

    Methods