Skip to content

Commit

Permalink
Export Variants type
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Apr 28, 2020
1 parent 05dfee5 commit 8c7f822
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -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 };

0 comments on commit 8c7f822

Please sign in to comment.