for-each-property
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "for-each-property", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Executes a callback for each property found on a object, with options regarding enumerability (enumerable or non-enumerable) and ownership (inherited or only own properties). It excludes built-in properties from Object and Function prototypes by default, and this behaviour can also be configured via options.", | ||
@@ -5,0 +5,0 @@ "main": "lib/for-each-property.js", |
@@ -24,3 +24,3 @@ # for-each-property | ||
**object**: | ||
The object whose properties must be iterated on | ||
Literal object, Object Instance, Class Reference... Any object whose properties can be iterated on. | ||
@@ -27,0 +27,0 @@ **callback**: |
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
19894