How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
Ramda is a functional JavaScript standard library and toolset for immutable data transformation and composition. It provides a comprehensive suite of pure utility functions designed to enable declarative data processing pipelines. The library is distinguished by its use of automatic function currying and a data-last argument order. These design patterns allow multi-argument functions to be partially applied, simplifying the construction of processing chains where data is passed through a sequence of operations. The toolkit covers broad data manipulation capabilities, including list processin
Object -> [[key0, value0], [key1, value1]...]
The main features of eush77/object-pairs are: Object Utilities.
Projects with overlapping indexed features include: ramda/ramda — Ramda is a functional JavaScript standard library and toolset for immutable data transformation and composition. It… gummesson/is-empty-object — Check if an object is empty. jarofghosts/just-pluck — pluck without the madness. jonschlinkert/get-value — Use property paths (`a.b.c`) get a nested value from an object. jonschlinkert/has-value — Returns true if a value exists, false if empty. Works with deeply nested values using object paths. fibo/static-props.