@arcmantle/library
    Preparing search index...

    Function maybeSome

    • Returns a tuple with an array of the successfull data results and another with the error messages.

      Type Parameters

      • T

      Parameters

      • promises: Promise<T>[]

      Returns Promise<readonly [T[], any[]]>