| .. | ||
| out | ||
| package.json | ||
| readme.md | ||
lazy-val
Lazy value.
class Lazy<T> {
constructor(creator: () => Promise<T>)
readonly hasValue: boolean
value: Promise<T>
}
| .. | ||
| out | ||
| package.json | ||
| readme.md | ||
Lazy value.
class Lazy<T> {
constructor(creator: () => Promise<T>)
readonly hasValue: boolean
value: Promise<T>
}