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

    Interface TokensRef<Value>

    interface TokensRef<Value = any> {
        getRefTokens: () => Set<Token<Value>>;
    }

    Type Parameters

    • Value = any
    Index

    Properties

    Properties

    getRefTokens: () => Set<Token<Value>>