hkt-toolbelt
Advanced tools
Comparing version 0.16.1 to 0.17.0
export * from "./equals"; | ||
export * from "./extends"; | ||
export * from "./if"; | ||
export * from "./not-equals"; |
@@ -26,2 +26,4 @@ export { $, $$ } from "./$"; | ||
export * as Object from "./object"; | ||
import * as Parser from "./parser"; | ||
export * as Parser from "./parser"; | ||
import * as String from "./string"; | ||
@@ -48,2 +50,3 @@ export * as String from "./string"; | ||
Object: typeof Object; | ||
Parser: typeof Parser; | ||
String: typeof String; | ||
@@ -50,0 +53,0 @@ Test: typeof Test; |
@@ -17,4 +17,5 @@ export * from "./every"; | ||
export * from "./shift"; | ||
export * from "./slice"; | ||
export * from "./some"; | ||
export * from "./times"; | ||
export * from "./unshift"; |
{ | ||
"name": "hkt-toolbelt", | ||
"version": "0.16.1", | ||
"version": "0.17.0", | ||
"description": "Functional and composable type utilities", | ||
@@ -5,0 +5,0 @@ "types": "./dist/index.d.ts", |
export * from "./append"; | ||
export * from "./ends-with"; | ||
export * from "./first"; | ||
export * from "./from-list"; | ||
export * from "./includes"; | ||
@@ -14,2 +15,3 @@ export * from "./init"; | ||
export * from "./reverse"; | ||
export * from "./slice"; | ||
export * from "./split"; | ||
@@ -16,0 +18,0 @@ export * from "./starts-with"; |
83742
176
2142