signify-ts
    Preparing search index...

    Interface Dict<TValue>

    An interface for a basic dictionary type keyed by string with any value type. Mimics the Python dictionary type.

    Type Parameters

    • TValue

    Indexable