UNPKG

woby

Version:

A high-performance framework with fine-grained observable/signal-based reactivity for building rich applications.

3 lines 187 B
import type { FunctionMaybe, Resource } from '../types'; export declare const usePromise: <T>(promise: FunctionMaybe<Promise<T>>) => Resource<T>; //# sourceMappingURL=use_promise.d.ts.map