UNPKG

foxact

Version:

React Hooks/Utils done right. For browser, SSR, and React Server Components.

5 lines (3 loc) 170 B
/** @see https://foxact.skk.moe/invariant-nullthrow */ declare function invariant<T>(value: T, message?: string): asserts value is NonNullable<T>; export { invariant };