Documents for @litert/utils-ts-types
Preparing search index...
IToPromise
Type Alias IToPromise<T>
IToPromise
:
T
extends
Promise
<
any
>
?
T
:
Promise
<
T
>
Converts a type to a
Promise
type, if it's already a
Promise
, it will return the same type.
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documents for @litert/utils-ts-types
Loading...
Converts a type to a
Promise
type, if it's already aPromise
, it will return the same type.