# types-ramda

> Dedicated types library for ramda

Latest version **0.32.0** (published 2026-06-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install types-ramda
pnpm add types-ramda
yarn add types-ramda
bun add types-ramda
```

## Health

**Score 60/100 (C)** — status: active.

Positive: has types; no vulnerabilities; recently updated; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.32.0 |
| Published | 2026-06-18 |
| First published | 2023-03-29 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 507.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 31 |
| Author | Harris Miller |
| Maintainers | harrismiller |
| Keywords | ramda, functional, utils, utilities, toolkit, fp, tacit, point-free, curried, pure, fantasy-land, typescript, types, ts, @types/ramda |

## Links

- npm: https://www.npmjs.com/package/types-ramda
- Repository: https://github.com/ramda/types
- Homepage: https://github.com/ramda/types#readme
- Issues: https://github.com/ramda/types/issues
- npm.io page: https://npm.io/package/types-ramda

## Dependencies (1)

- [ts-toolbelt](https://npm.io/package/ts-toolbelt.md) ^9.6.0

## Alternatives

- [lodash.assign](https://npm.io/package/lodash.assign.md) — 2.3M weekly downloads
- [lodash.chunk](https://npm.io/package/lodash.chunk.md) — 1.8M weekly downloads
- [react-native-ios-utilities](https://npm.io/package/react-native-ios-utilities.md) — 138.5K weekly downloads
- [@technically/lodash](https://npm.io/package/@technically/lodash.md) — 50.9K weekly downloads
- [@fluid-topics/ft-icon](https://npm.io/package/@fluid-topics/ft-icon.md) — 20.6K weekly downloads

## Recent versions

- 0.32.0 (latest) — 2026-06-18
- 0.31.0 — 2025-07-25
- 0.30.1 — 2024-07-01
- 0.30.0 — 2024-05-02
- 0.29.10 — 2024-03-30
- 0.29.9 — 2024-03-02
- 0.29.8 — 2024-02-19
- 0.29.7 — 2024-01-20
- 0.29.6 — 2023-11-15
- 0.29.5 — 2023-10-03
- 0.29.4 — 2023-06-29
- 0.29.3 — 2023-05-26
- 0.29.2 — 2023-04-26
- 0.29.1 — 2023-04-11
- 0.29.0 — 2023-04-11
- … 3 more at https://npm.io/package/types-ramda/versions

## README

# `types-ramda`

**Requires at least `typescript@5`**

## Official types library for ramda

`@types/ramda` has been community driven for a long time. It is however very incomplete. The goal is this library is to improve the overall types for ramda by moving ownership in-house

The end-goal is to eventually migration this repo into the core ramda repo, but for now, so we can independently update and release new typings,
this repo will house the types, be publish to `npm` where `@types/ramda` will re-export what is here

To get a sense of what migration back into the core repo will look like, check out `ts` branch that is there now.

Please see the Github Issues page which is being used to define work left to do

## Usage

**`types-ramda` is not intended to be used directly!**

`@types/ramda` should continued to be used. `@types/ramda` re-exports what is defined here. The type definitions were moved into those repo for 2 reasons

* in-house control of all definitions
* set up work such that this repo can eventually be moved into the core `ramda` repo

### Note about semver

We cannot lock the semver to be the same as `ramda`'s since we plan on doing multiple releases to this library to progressively update the types
until they are all correct. We will keep up with minor releases starting at `0.29.0` up until `1.0.0`.

`@types/ramda` will be updated to latest of this package after every release

---
_Source: https://npm.io/package/types-ramda · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
