Skip to main content
Stone.js
Documentation
Packages
API
Community
Search
K
Type Alias: Promiseable<T>
Type Alias: Promiseable<T>
type
Promiseable
<
T
>
=
T
|
Promise
<
T
>
;
Represents a Promiseable type.
Type Parameters
T
T