UNPKG

@lyonph/preact-hooks

Version:

Collection of useful Preact Hooks

2 lines (1 loc) 63 B
export default function useConstant<T>(supplier: () => T): T;