https://github.com/thisislawatts/fp-ts-learning
https://github.com/thisislawatts/fp-ts-learning
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thisislawatts/fp-ts-learning
- Owner: thisislawatts
- Created: 2021-11-24T06:23:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-24T06:26:27.000Z (over 4 years ago)
- Last Synced: 2025-03-21T11:50:54.660Z (over 1 year ago)
- Language: TypeScript
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning fp-ts
Tests which help illustrate the behaviour of various `fp-ts` constructs.
## Using the repo
```bash
npm install
npm run test
```