UNPKG

@thi.ng/transducers-async

Version:

Async versions of various highly composable transducers, reducers and iterators

7 lines (6 loc) 165 B
import { raf } from "./raf.js"; import { sidechain } from "./sidechain.js"; const syncRAF = (src) => sidechain(src, raf({ timestamp: true })); export { syncRAF };