UNPKG

moy-fp

Version:
11 lines (8 loc) 139 B
import curry from '../Function/curry' /** * Identity I => I a -> a */ const identity = curry( I => I.value ) export default identity