UNPKG

foxact

Version:

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

9 lines (7 loc) 152 B
interface Noop { (...args: any[]): any; } /** @see https://foxact.skk.moe/noop */ declare const noop: Noop; export { noop }; export type { Noop };