UNPKG

moy-fp

Version:
8 lines (6 loc) 134 B
import invoker from '../Function/invoker' /** * [a] -> [a] */ const reverseList = invoker(0, 'reverse') export default reverseList