@arcmantle/library
Preparing search index...
async/maybe
maybeSome
Function maybeSome
maybeSome
<
T
>
(
promises
:
Promise
<
T
>
[]
)
:
Promise
<
readonly
[
T
[]
,
any
[]
]
>
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
[]
]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@arcmantle/library
Loading...
Returns a tuple with an array of the successfull data results and another with the error messages.