UNPKG
sums-up
Version:
latest (2.2.0)
next (2.2.0-1)
2.2.0
2.2.0-1
2.2.0-0
2.1.0
2.0.2
2.0.1
2.0.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.1.0
0.0.1
👍 Sums Up ===
sums-up
/
src
/
index.ts
6 lines
(4 loc)
•
156 B
text/typescript
View Raw
1
2
3
4
5
6
import
SumType
, {
Variants
}
from
"./sumtype"
;
import
{
Show
,
Setoid
}
from
"./utils"
;
export
default
SumType
;
export
{
SumType
,
Show
,
Setoid
,
Variants
};