Comparing version 0.0.9 to 0.0.10
{ | ||
"name" : "is2" | ||
, "version" : "0.0.9" | ||
, "version" : "0.0.10" | ||
, "description" : "A type checking library where each exported function returns either true or false and does not throw. Also added tests." | ||
@@ -5,0 +5,0 @@ , "tags" : [ "utilities", "JavaScript", "node.js", "validation", "type", "checking" ] |
@@ -91,5 +91,2 @@ is2 | ||
### NON_HOST_TYPES | ||
JS Type definitions which cannot host values. | ||
### hosted\(value, host\) | ||
@@ -118,3 +115,2 @@ Test if 'key' in host is an object. To be hosted means host\[value\] is an | ||
Test if 'value' is an instance of Buffer. | ||
Aliases: instOf, instanceof | ||
@@ -121,0 +117,0 @@ ##### Params: |
211142
630