hkt-toolbelt
Advanced tools
Comparing version 0.13.0 to 0.13.1
@@ -81,2 +81,3 @@ export { $, $$ } from "./$"; | ||
Push: typeof List.Push; | ||
Reduce: typeof List.Reduce; | ||
Shift: typeof List.Shift; | ||
@@ -83,0 +84,0 @@ Some: typeof List.Some; |
@@ -12,2 +12,3 @@ export * from "./every"; | ||
export * from "./push"; | ||
export * from "./reduce"; | ||
export * from "./reverse"; | ||
@@ -14,0 +15,0 @@ export * from "./shift"; |
{ | ||
"name": "hkt-toolbelt", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "Functional and composable type utilities", | ||
@@ -5,0 +5,0 @@ "types": "./dist/index.d.ts", |
45973
128
1071