Skip to content

mhoc/synthesize-ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Synthesize

Synthesize is an opinionated toolbox of utilities for Typescript. I mostly just use this for my own projects; may not be useful to other people.

npm i @mhoc/synthesize

Things Included

  • re-exports fp-ts (import { fp })
  • re-exports io-ts (import { io })
  • re-exports io-ts-types (import { iotstypes })
  • re-exports monocle-ts (import { monocle })
  • re-exports newtype-ts (import { newtype })
  • utility iodecode: function to decode objects with an io-ts spec, in a procedural way