ee-arguments
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name" : "ee-arguments" | ||
, "description" : "parses the arguments array passed to a function by variable type and their position in the array, returns the requested type & position" | ||
, "version" : "1.0.1" | ||
, "version" : "1.0.2" | ||
, "homepage" : "https://github.com/eventEmitter/ee-arguments" | ||
@@ -6,0 +6,0 @@ , "author" : "Michael van der Weg <michael@eventemitter.com> (http://eventemitter.com/)" |
@@ -19,3 +19,3 @@ # ee-arguments | ||
Creates an instance of the Arguments class bounds to the current arguments object. | ||
Creates an instance of the Arguments class bound to the current arguments object. | ||
@@ -79,2 +79,3 @@ var Arguments = require('ee-arguments'); | ||
var myFunction(){ | ||
@@ -90,2 +91,3 @@ var args = new Arguments(arguments); | ||
## Verions History | ||
@@ -92,0 +94,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
8141
93