UNPKG

fff-js

Version:
7 lines (6 loc) 179 B
import mapL from "../lazy/mapL"; import curry from "./curry"; import takeAll from "./takeAll"; export default curry(function map(f, iter) { return takeAll(mapL(f, iter)); });