Skip to content

phatnguyenuit/runtime-type-checking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runtime type checking example

Runtime type checking in TypeScript with io-ts and fp-ts.

I also published an article how-to-get-runtime-type-checking-in-typescript. You can check it for more details

Run

  • Watch and compile TypeScript on the fly
yarn watch
  • Watch and run dist/index.js
yarn start