UNPKG

moy-fp

Version:
11 lines (8 loc) 152 B
import curry from '../Function/curry' /** * String -> Number */ const lengthString = curry( string => string.length ) export default lengthString