Comparing version 0.0.4 to 0.0.5
@@ -17,2 +17,6 @@ /* | ||
exports.is_array = function(input){ | ||
return typeof(input) === 'object' && (input instanceof Array); | ||
}; | ||
/* | ||
@@ -19,0 +23,0 @@ * node <= 0.6: path.existsSync |
{ | ||
"name": "helper", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Node.js portability and api helper", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
1562
21