bianco.is-iterable
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -6,3 +6,3 @@ 'use strict'; | ||
* @param { * } obj - anything | ||
* @returns { Boolean } either true or false | ||
* @returns { boolean } either true or false | ||
*/ | ||
@@ -9,0 +9,0 @@ function isIterable(obj) { |
/** | ||
* It will return true if the object can be looped | ||
* @param { * } obj - anything | ||
* @returns { Boolean } either true or false | ||
* @returns { boolean } either true or false | ||
*/ | ||
@@ -6,0 +6,0 @@ export default function isIterable(obj) { |
{ | ||
"name": "bianco.is-iterable", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Function returning true if an object could be looped", | ||
@@ -36,5 +36,10 @@ "main": "index.js", | ||
"devDependencies": { | ||
"jsdom": "11.7.0", | ||
"jsdom-global": "3.0.2" | ||
"@gianlucaguarini/eslint-config": "^2.0.0", | ||
"eslint": "^4.19.1", | ||
"jsdom": "11.11.0", | ||
"jsdom-global": "3.0.2", | ||
"mocha": "^5.2.0", | ||
"rollup": "^0.59.4", | ||
"rollup-plugin-node-resolve": "^3.3.0" | ||
} | ||
} |
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
4035
7