jmap-kit
Preparing search index...
common/types
MaybePromise
Type Alias MaybePromise<T>
MaybePromise
:
T
|
Promise
<
T
>
A type that can be either a value of type
T
or a Promise that resolves to a value of type
T
.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
jmap-kit
Loading...
A type that can be either a value of type
Tor a Promise that resolves to a value of typeT.