Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "timeit-js", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Performance Measuring for Node JS", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -20,6 +20,6 @@ # timeit-js | ||
/** | ||
* Test your function's execution time. | ||
* Test the execution time of your function | ||
* @params {Function} fn | ||
* @params {*} args | ||
* @params {Number} e Exections | ||
* @params {Number} e Executions | ||
* @params {Number} r Repetitions | ||
@@ -26,0 +26,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
2850