fundot-utils
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -18,2 +18,6 @@ exports.isArrayLike = function isArrayLike(value) { | ||
exports.toArray = function toArray(value) { | ||
if (arguments.length === 1) { | ||
return exports.isArrayLike(value) ? exports.slice(value) : [value] | ||
} | ||
var array = [] | ||
@@ -20,0 +24,0 @@ |
{ | ||
"name": "fundot-utils", | ||
"description": "Fundot utilities", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"repository": { | ||
@@ -6,0 +6,0 @@ "type": "git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5341
79