Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/seikho/ramda-ts
- Owner: Seikho
- Created: 2016-07-30T09:50:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-02T01:56:59.000Z (over 8 years ago)
- Last Synced: 2024-10-23T14:20:00.003Z (14 days ago)
- Language: TypeScript
- Size: 17.6 KB
- Stars: 3
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
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