UNPKG

moy-fp

Version:
9 lines (6 loc) 118 B
import nthList from './nthList' /** * [a] -> a | undefined */ const headList = nthList(0) export default headList