Comparing version 0.0.6 to 0.0.7
@@ -17,3 +17,3 @@ /** | ||
*/ | ||
export declare function toBoolean(string: any): boolean; | ||
export declare function toBoolean(string: string | boolean): boolean; | ||
/** | ||
@@ -20,0 +20,0 @@ * Checks if object is undefined |
{ | ||
"name": "xhelper", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "Helper library for JavaScript", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
10293