Skip to content
module@warp-drive/core/signals/-leaked
ts
function waitFor<K>(promise): Promise<K>;

Defined in: core/src/signals/reactivity/configure.ts:226

Type Parameters

K

K

Parameters

promise

Promise<K>

Returns

Promise<K>

Released under the MIT License.