mezzanine
Version:
Fantasy land union types with pattern matching
14 lines (11 loc) • 310 B
JavaScript
import Union from './union';
import Type from './type';
import Maybe from './data-types/maybe';
import Tuple from './data-types/tuple';
export { Union };
export { Type };
export { Maybe };
export { Tuple };
import * as decorators from './decorators';
export { decorators };
//# sourceMappingURL=index.js.map