# sodiray/radash

Functional utility library - modern, simple, typed, powerful

Repository: https://github.com/sodiray/radash
Canonical: https://ross.abutalabs.com/products/radash
Homepage: https://radash-docs.vercel.app
Language: TypeScript
License: MIT
License Family: permissive
Topics: functions, javascript, javascript-library, typescript, hacktoberfest
Last push: 2025-06-18T04:22:29+00:00

## Health v2 (maintenance only)
Score: 35/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 27, release rhythm 8, longevity 100
- inputs: {"age_days": 2079, "days_push": 441, "days_rel": 441, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4838, forks 201 (observed 2026-08-28T04:09:01.232456+00:00)

## What it is
Radash is a modern, zero-dependency functional utility library for JavaScript and TypeScript, offering typed helpers for arrays, objects, async operations, and control flow. It serves as a lightweight, tree-shakeable alternative to lodash with strong TypeScript support.

## Use cases
- replace lodash with a smaller typed utility library
- safely handle async errors without try/catch boilerplate
- group, sort, and reduce arrays with functional helpers
- iterate ranges without for loops
- map and filter in a single pass for performance
- register cleanup handlers in async functions

## When to choose
- you want zero-dependency, tree-shakeable utilities
- you work in TypeScript and want strong types out of the box
- you need modern functional helpers like try, defer, and select

## When to avoid
- you need the full breadth of lodash's edge-case handling
- you rely on lodash-specific plugins or chaining semantics
- your project already standardizes on another utility library

## Facets
- artifact type: library
- maturity: stable
- function: developer-tools
- domain: developer-tools, web-development, programming-languages
- platform: browser, cross-platform, bun
- tags: utility-library, functional-programming, typescript, zero-dependencies, lodash-alternative, nodejs, deno

## Member repositories
- sodiray/radash (main) score 35

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:01.232456+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:18:28.812001+00:00, confidence not recorded.
  - readme: https://github.com/sodiray/radash (fetched 2026-08-28T04:09:01.232456+00:00, sha 689d9f1318bf)
  - homepage: https://radash-docs.vercel.app (fetched 2026-08-29T09:01:30.688671+00:00, sha 2e063cec8232)
- Data as of 2026-08-30T08:39:29.467469+00:00.
