Skip to main content
Stone.js
Documentation
Packages
API
Community
Search
K
Type Alias: Laziable()<T>
Type Alias: Laziable()<T>
type
Laziable
<
T
>
=
(
)
=>
Promise
<
T
>
;
Represents a lazy-loaded type.
Type Parameters
T
T
Returns
Promise
<
T
>