bintastic
Preparing search index...
ResultPromise
Type Alias ResultPromise<OptionsType>
ResultPromise
:
Subprocess
<
OptionsType
>
&
Promise
<
Result
<
OptionsType
>
>
The return value of all asynchronous methods is both:
the subprocess.
a
Promise
either resolving with its successful
result
, or rejecting with its
error
.
Type Parameters
OptionsType
extends
Options
=
Options
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
bintastic
Loading...
The return value of all asynchronous methods is both:
Promiseeither resolving with its successfulresult, or rejecting with itserror.