UNPKG

react-async-iterators

Version:

The magic of JavaScript async iterators in React ⛓️ 🧬 🔃

5 lines (4 loc) 88 B
export { useLatest }; declare function useLatest<T>(nextValue: T): { current: T; };