Convenient and dependency free wrapper for working with arrays and objects.
A familiar set of functions that operate on JavaScript iterables (ES2015+) in a similar way to .NET's LINQ does with enumerables.
declarative-js is modern JavaScript library, that helps to: - tackle array transformation with built in JavaScript array api (e.g. array.filter(toBe.unique())
), - provide a type-level solution for representing optional values instead of null referen
Work with tables and matricies in fluent fashion within javascript.