UNPKG

moy-fp

Version:
10 lines (7 loc) 174 B
import __ from './__' import converge from './converge' /** * [(a, b, ..., m) -> n] -> ((a, b, ..., m) -> [n]) */ const juxt = converge(__, Array.of) export default juxt