Iterable chaining for JavaScript
npm install @iterable-iterator/chain:handshake: @iterable-iterator/chain
==
Iterable chaining for JavaScript.
See docs.
> :warning: Depending on your environment, the code may require
> regeneratorRuntime to be defined, for instance by importing
> regenerator-runtime/runtime.
``js``
import {chain} from '@iterable-iterator/chain';
chain("ABC", "XY"); // A B C X Y












