UNPKG

@thi.ng/transducers

Version:

Collection of ~170 lightweight, composable transducers, reducers, generators, iterators for functional data transformations

7 lines (6 loc) 168 B
import { delayed as _delayed } from "@thi.ng/compose/delayed"; import { map } from "./map.js"; const delayed = (t) => map((x) => _delayed(x, t)); export { delayed };