2 Repos
Utilities for creating new objects by applying functions to the values of a source object.
Distinct from Object Mapping: Candidates focus on mapping via reflection or embedding, not functional value transformation.
Explore 2 awesome GitHub repositories matching data & databases · Object Value Transformers. Refine with filters or upvote what's useful.
Just is a collection of JavaScript utility libraries designed for data manipulation, functional programming, performance optimization, statistical analysis, and string processing. It provides a set of tools for deep cloning, filtering, and transforming complex objects and arrays. The project is structured as a series of zero-dependency modules, allowing utilities to be used independently to minimize bundle size. It implements functional programming patterns including currying, piping, and partial application, and provides execution control through memoization, debouncing, and throttling. The
Creates new objects by applying functions to the values of a source object.
Radash is a TypeScript functional utility library designed for data transformation, validation, and workflow management. It provides a collection of typed helper functions to manipulate arrays, objects, and strings. The project features an asynchronous workflow toolkit for managing promises, retries, and concurrency limits, alongside a suite of boolean validators for verifying primitive types, objects, and promises. It also implements functional programming patterns such as function composition, partial application, and error-first response patterns. The library covers a broad surface of cap
Implements utilities to create new objects by applying transformation functions to their values.