UNPKG

@thi.ng/transducers-async

Version:

Async versions of various highly composable transducers, reducers and iterators

8 lines (7 loc) 153 B
import { delayed as $ } from "@thi.ng/compose/delayed"; const delayed = $; const wait = (delay) => delayed(void 0, delay); export { delayed, wait };