Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seikho/ramda-ts

A smaller wrapper of Ramda in TypeScript with types
https://github.com/seikho/ramda-ts

Last synced: 5 days ago
JSON representation

A smaller wrapper of Ramda in TypeScript with types

Awesome Lists containing this project

README

        

## A small wrapper TypeScript wrapper of Ramda

### Requirements
- TypeScript v2.0.0+

### Installation
```
npm install ramda-ts --save
```

### Consumption
```ts
import * as R from 'ramda-ts';
```

### Reference
The types originate from [donnut/typescript-ramda](https://github.com/donnut/typescript-ramda)

### License
MIT