dashkite / joy

The simplicity of Lodash with the functional flair of Rambda.
https://dashkite.github.io/joy/
Other
0 stars 0 forks source link

Add "partition" and "project" to iterables #4

Closed freeformflow closed 3 years ago

freeformflow commented 3 years ago

I added "partition" (from River) and "project" (from Parchment) to the iterables section. I added tests and specs for both. I corrected a reference in the "get" spec to its corresponding Ramda function. I added a signature to the "map" spec to highlight its behavior when it sees an array.