UNPKG

moy-fp

Version:
8 lines (6 loc) 139 B
import sliceList from './sliceList' /** * [a] -> [a] */ const tailList = sliceList(1, Number.POSITIVE_INFINITY) export default tailList