@szilanor/stream
    Preparing search index...

    Variable toObjectAsyncConst

    toObjectAsync: <T, TKey extends string | number | symbol, TValue>(
        keySelector: (entry: T) => TKey,
        valueSelector: (entry: T) => TValue,
    ) => AsyncCollectorFunction<T, Record<TKey, TValue>> = toRecordAsync

    Type declaration