Skip to content

Commit

Permalink
Merge pull request #14 from hojberg/export-variants
Browse files Browse the repository at this point in the history
Export Variants type
  • Loading branch information
hojberg authored Apr 28, 2020
2 parents 05dfee5 + 8c7f822 commit 668fb8b
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 668fb8b

Please sign in to comment.