UNPKG

@thi.ng/compose

Version:

Optimized functional composition helpers

5 lines (4 loc) 60 B
const constantly = (x) => () => x; export { constantly };