@mikuroxina/mini-fn
    Preparing search index...

    Variable allConst

    all: <T>(iterable: Iterable<T | PromiseLike<T>>) => Promise<Awaited<T>[]> = ...

    Re-exports Promise.all from the standard API.

    Type Declaration

      • <T>(iterable: Iterable<T | PromiseLike<T>>): Promise<Awaited<T>[]>
      • Type Parameters

        • T

        Parameters

        • iterable: Iterable<T | PromiseLike<T>>

        Returns Promise<Awaited<T>[]>