UNPKG

@thi.ng/transducers

Version:

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

4 lines 179 B
import type { Reducer } from "./api.js"; export declare function last<T>(): Reducer<T, T>; export declare function last<T>(src: Iterable<T>): T; //# sourceMappingURL=last.d.ts.map