UNPKG

moy-fp

Version:
11 lines (8 loc) 141 B
import curry from '../Function/curry' /** * [a] -> Number */ const lengthList = curry( list => list.length ) export default lengthList