hkt-toolbelt
Advanced tools
Comparing version 0.17.1 to 0.18.0
export * from "./add"; | ||
export * from "./compare"; | ||
export * from "./decrement"; | ||
@@ -6,2 +7,3 @@ export * from "./digit-list"; | ||
export * from "./divide"; | ||
export * from "./first"; | ||
export * from "./increment"; | ||
@@ -8,0 +10,0 @@ export * from "./is-even"; |
export * from "./add-tens"; | ||
export * from "./add"; | ||
export * from "./compare"; | ||
export * from "./decrement-tens"; | ||
@@ -4,0 +5,0 @@ export * from "./decrement"; |
@@ -28,2 +28,4 @@ export { $, $$ } from "./$"; | ||
export * as Parser from "./parser"; | ||
import * as Stress from "./stress"; | ||
export * as Stress from "./stress"; | ||
import * as String from "./string"; | ||
@@ -51,2 +53,3 @@ export * as String from "./string"; | ||
Parser: typeof Parser; | ||
Stress: typeof Stress; | ||
String: typeof String; | ||
@@ -53,0 +56,0 @@ Test: typeof Test; |
{ | ||
"name": "hkt-toolbelt", | ||
"version": "0.17.1", | ||
"version": "0.18.0", | ||
"description": "Functional and composable type utilities", | ||
@@ -5,0 +5,0 @@ "types": "./dist/index.d.ts", |
export * from "./choice"; | ||
export * from "./letter"; | ||
export * from "./letters"; | ||
export * from "./many1"; | ||
export * from "./map"; | ||
export * from "./object-sequence"; | ||
export * from "./optional"; | ||
export * from "./parser"; | ||
@@ -11,1 +13,2 @@ export * from "./run"; | ||
export * from "./string"; | ||
export * from "./take-sequence"; |
99153
200
2509