* Whether this resource has a valid current value. * * This function is reactive.
(this: T extends undefined ? this : never)
| 120 | * This function is reactive. |
| 121 | */ |
| 122 | hasValue(this: T extends undefined ? this : never): this is Resource<Exclude<T, undefined>>; |
| 123 | |
| 124 | hasValue(): boolean; |
| 125 | } |
no outgoing calls