Skip to content

🚠 Iterable windowed iteration for JavaScript

License

Notifications You must be signed in to change notification settings

iterable-iterator/window

Repository files navigation

Iterable windowed iteration for JavaScript. See docs.

⚠️ Depending on your environment, the code may require regeneratorRuntime to be defined, for instance by importing regenerator-runtime/runtime.

import{window}from'@iterable-iterator/window';for(const[x,y]ofwindow(2,'abcde')) ... ;// ab bc cd de

LicenseVersionTestsDependenciesGitHub issuesDownloads

Code issuesCode maintainabilityCode coverage (cov)Code technical debtDocumentationPackage size

About

🚠 Iterable windowed iteration for JavaScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •