hkt-toolbelt
Advanced tools
Comparing version 0.18.0 to 0.18.1
export * from "./and"; | ||
export * from "./nand"; | ||
export * from "./not"; | ||
export * from "./or"; | ||
export * from "./nor"; | ||
export * from "./xor"; | ||
export * from "./xnor"; | ||
export * from "./imply"; | ||
export * from "./nimply"; |
export * from "./add"; | ||
export * from "./compare"; | ||
export * from "./decrement"; | ||
@@ -3,0 +4,0 @@ export * from "./divide-by"; |
{ | ||
"name": "hkt-toolbelt", | ||
"version": "0.18.0", | ||
"version": "0.18.1", | ||
"description": "Functional and composable type utilities", | ||
@@ -5,0 +5,0 @@ "types": "./dist/index.d.ts", |
101864
207
2567