@mindfulness/utils
    Preparing search index...

    Function usingAll

    • Type Parameters

      • T1
      • T2
      • T3
      • T4
      • T5
      • T6
      • R

      Parameters

      • a: [Promise<T1>, Promise<T2>, Promise<T3>, Promise<T4>, Promise<T5>, Promise<T6>]
      • fn: (...args: [T1, T2, T3, T4, T5, T6]) => R

      Returns Promise<R>

    • Type Parameters

      • T1
      • T2
      • T3
      • T4
      • T5
      • R

      Parameters

      • a: [Promise<T1>, Promise<T2>, Promise<T3>, Promise<T4>, Promise<T5>]
      • fn: (...args: [T1, T2, T3, T4, T5]) => R

      Returns Promise<R>

    • Type Parameters

      • T1
      • T2
      • T3
      • T4
      • R

      Parameters

      • a: [Promise<T1>, Promise<T2>, Promise<T3>, Promise<T4>]
      • fn: (...args: [T1, T2, T3, T4]) => R

      Returns Promise<R>

    • Type Parameters

      • T1
      • T2
      • T3
      • R

      Parameters

      • a: [Promise<T1>, Promise<T2>, Promise<T3>]
      • fn: (...args: [T1, T2, T3]) => R

      Returns Promise<R>

    • Type Parameters

      • T1
      • T2
      • R

      Parameters

      • a: [Promise<T1>, Promise<T2>]
      • fn: (...args: [T1, T2]) => R

      Returns Promise<R>

    • Type Parameters

      • T1
      • R

      Parameters

      • a: [Promise<T1>]
      • fn: (...args: [T1]) => R

      Returns Promise<R>