@iterable-iterator/window

1.0.1 • Public • Published

🚠 @iterable-iterator/window

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] of window(2, 'abcde')) ... ; // ab bc cd de

License Version Tests Dependencies Dev dependencies GitHub issues Downloads

Code issues Code maintainability Code coverage (cov) Code technical debt Documentation Package size

/@iterable-iterator/window/

    Package Sidebar

    Install

    npm i @iterable-iterator/window

    Weekly Downloads

    26

    Version

    1.0.1

    License

    AGPL-3.0

    Unpacked Size

    452 kB

    Total Files

    14

    Last publish

    Collaborators

    • raskat
    • aureooms