dohrm/scalts

View on GitHub
src/scalts.ts

Summary

Maintainability
A
0 mins
Test Coverage
import 'reflect-metadata';

export * from './Either'
export * from './Future'
export * from './MatchCase'
export * from './Optional'
export * from './PartialFunction'
export * from './Try'