@szilanor/stream
    Preparing search index...

    Variable findAsyncConst

    findAsync: <T>(
        predicate?: MaybeAsyncPredicateFunction<T>,
    ) => AsyncCollectorFunction<T, T | undefined> = firstAsync

    Type Declaration