UNPKG

igogo

Version:

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

5 lines (3 loc) 64 B
/* @flow */ export * from './Maybe'; export * from './Either';