https://github.com/stackbuilders/fp-ts-ql-nov-2023
Code Samples for Quito Lambda November 2023
https://github.com/stackbuilders/fp-ts-ql-nov-2023
Last synced: 4 months ago
JSON representation
Code Samples for Quito Lambda November 2023
- Host: GitHub
- URL: https://github.com/stackbuilders/fp-ts-ql-nov-2023
- Owner: stackbuilders
- Created: 2023-11-25T01:58:57.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-16T20:49:31.000Z (almost 2 years ago)
- Last Synced: 2025-03-16T17:46:25.457Z (10 months ago)
- Language: TypeScript
- Size: 124 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fp-ts
## Requirements
- node
## Install Deps
```
npm install
```
## Build and Run tests
```
npm build
npm test
```