Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/waynevanson/filter-ts

Predicates, Refinements, Definements for fp-ts ecosystem
https://github.com/waynevanson/filter-ts

predicates refinements typescript

Last synced: about 1 month ago
JSON representation

Predicates, Refinements, Definements for fp-ts ecosystem

Awesome Lists containing this project

README

        

# filter-ts

Statically typed filters for fp-ts ecosystem

## Installation

### Node

```sh
# add github package registry for this scope
echo "@waynevanson:registry=https://npm.pkg.github.com" >> .npmrc
# install this package
yarn add @waynevanson/filter-ts
# install peer dependencies
yarn add -D fp-ts typescript@^4.0.0
```

## Usage

> todo