UNPKG

react-async-iterators

Version:

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

4 lines (3 loc) 144 B
import { type MaybeFunction } from './MaybeFunction.js'; export { callOrReturn }; declare function callOrReturn<T>(value: MaybeFunction<T>): T;