@pleisto/active-support
    Preparing search index...

    Variable listifyConst

    listify: <TValue, TKey extends string | number | symbol, KResult>(
        obj: Record<TKey, TValue>,
        toItem: (key: TKey, value: TValue) => KResult,
    ) => KResult[]

    Convert an object to a list, mapping each entry into a list item

    Type declaration