UNPKG

@thi.ng/transducers

Version:

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

6 lines (5 loc) 91 B
import { identity } from "@thi.ng/api/fn"; const noop = () => identity; export { noop };