igogo

Fast Either and Maybe from Fantasy Land with Flow and TypeScript support

@tdallau/types

This package contains some typescript types i use in many project. Some examples are: ```ts const o1: Option<string> = { kind: 'some', value: 'hello i am an option value' }