Lists Packages

lists-last

Get last value in lists, like Array[length-1].

0.1.3 • Published 7 years ago

lists-map

Map values in lists to new values, like Array.map().

0.1.3 • Published 7 years ago

lists-some

Check if atleast one value in lists passes the test, like Array.some().

0.1.3 • Published 7 years ago

lists-every

Check if all values in lists pass the test, like Array.every().

0.1.3 • Published 7 years ago

lists-filter

Filter values from lists that pass the test, like Array.filter().

0.1.3 • Published 7 years ago

lists-find

Get first value in lists that satisfies the test, like Array.find().

0.1.3 • Published 7 years ago