UNPKG

woby

Version:

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

4 lines 232 B
import type { FunctionMaybe } from '../types'; declare const useGuarded: <T, U extends T>(value: FunctionMaybe<T>, guard: ((value: T) => value is U)) => (() => U); export default useGuarded; //# sourceMappingURL=use_guarded.d.ts.map