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

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

Awesome Lists containing this project

README

          

# fp-ts

## Requirements

- node

## Install Deps

```
npm install
```

## Build and Run tests

```
npm build
npm test
```