@skchr/color
    Preparing search index...

    Type Alias Collection

    Collection:
        | ColorToken[]
        | Map<string | number, ColorToken>
        | Set<ColorToken>
        | object

    Any collection with enumerable keys that can be used to iterate through it to get the values which are expected to be valid color tokens.