Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
chain-able-deps / src / loop
  ..
  __tests__
  each
  fantasy
  filter
  flipped
  group
  map
  reduce
  sort
  traverse
  __tests__
  README.md
  filterMap.ts
  findIndex.ts
  flattenForIn.ts
  index.ts
  loop.ts
Size: Mime:

@TODO - @mapKeyAlias (loop over keys, add new indexes)

  • ramda
    • has a sanctuary structure to keep a standard, very extendable
    • is super hard to read [has a perf hit with the additional keys (minor)]
  • lodash
    • has more functions to have easier ones to use the one you need,
    • but they are
  • chain-able
    • has chains to iterate & transform on the classes which have the best names
    • has larger file size, longer to implement in a way that can be used fp & oop
    • could easily handle compatibility to allow api usage with ramda &| lodash, external functionality