ramda-extras

Some few functions I feel was missing in ramda

Usage no npm install needed!

<script type="module">
  import ramdaExtras from 'https://cdn.skypack.dev/ramda-extras';
</script>

README

Ramda extras

Ramda.js is great!

But being widely popular, it's kept simple and focused not to get to bloated from all feature requests. For instance there is no maxIn (and here is why), pathOr (since 0.18 there is!), dropLast (since 0.16 there is!), isEmptyObj (now isEmpty actually handles objects too).

Basically ramda-extras contains the functions I feel a need for but for some reason is not added in ramda.