diff --git a/src/index.ts b/src/index.ts index 168a7aa..b612e99 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,5 +1,5 @@ -import SumType from './sumtype'; -import { Show, Setoid } from './utils'; +import SumType, { Variants } from "./sumtype"; +import { Show, Setoid } from "./utils"; export default SumType; -export { SumType, Show, Setoid }; +export { SumType, Show, Setoid, Variants };