UNPKG

@react-hookz/web

Version:

React hooks done right, for browser and SSR.

6 lines (5 loc) 219 B
import type { ResultValue } from '@ver0/react-hooks-testing'; /** * Helper to assert that a hook result is successful and extract its value. */ export declare function expectResultValue<T>(result: ResultValue<T>): T;