gensequence
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "gensequence", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Small library to simplify working with Generators and Iterators in Javascript / Typescript", | ||
"main": "lib/index.js", | ||
"dependencies": { | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
@@ -9,0 +8,0 @@ "@types/chai": "^3.4.34", |
# GenSequence | ||
Small library to simplify working with Generators and Iterators in Javascript / Typescript | ||
Javascript (generators)[https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Generator], (Iterators and Generators)[https://developer.mozilla.org/en/docs/Web/JavaScript/Guide/Iterators_and_Generators] | ||
Javascript [Iterators and Generators](https://developer.mozilla.org/en/docs/Web/JavaScript/Guide/Iterators_and_Generators) | ||
are very exciting and provide some powerful new ways to solve programming problems. | ||
@@ -6,0 +6,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
44478