@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Type Alias Obj

    Obj: { [key: string | number | symbol]: any }

    represents a typical javasctipt object, something that pairs keys with values

    Type declaration

    • [key: string | number | symbol]: any