Skip to content

danieljharvey/koa-router-fp-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koa-router-fp-ts

A WIP new router for koa that uses io-ts validators to check input before running to ensure validation is pushed to the very border of your application.

Somewhat inspired by Servant.

Documentation on it's way, in the meantime, check out the examples folder.

Development install

yarn install

# check those types
yarn typescript:watch

# run those tests
yarn test:watch