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

    Interface ExistingProvider<Value>

    Aliases another registered token.

    Resolving this token will return the value of the aliased one.

    interface ExistingProvider<Value> {
        useExisting: Token<Value>;
    }

    Type Parameters

    • Value
    Index

    Properties

    Properties

    useExisting: Token<Value>