UNPKG

@thi.ng/transducers

Version:

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

8 lines (7 loc) 147 B
import { __mathOp } from "./internal/mathop.js"; function sub(...args) { return __mathOp(sub, (acc, x) => acc - x, 0, args); } export { sub };