Entity
    Preparing search index...

    Function partitionErrors

    • Partition array of values and errors into an array of values and an array of errors.

      Type Parameters

      • T

      Parameters

      • valuesAndErrors: readonly (Error | T)[]

        array of values and errors

      Returns readonly [readonly T[], readonly Error[]]