lutils-typeof
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name" : "lutils-typeof", | ||
"description" : "Reliable type checks for javascript primitives", | ||
"version" : "0.1.1", | ||
"version" : "0.1.2", | ||
"author" : { "name": "nfour" }, | ||
@@ -6,0 +6,0 @@ "repository" : { |
@@ -9,5 +9,5 @@ var typeOf = function(value) { | ||
return type | ||
}; | ||
} | ||
[ | ||
;[ | ||
'Undefined', | ||
@@ -14,0 +14,0 @@ 'Boolean', |
Sorry, the diff of this file is not supported yet
1671
5