Iterable chaining for JavaScript. See docs.
⚠️ Depending on your environment, the code may requireregeneratorRuntimeto be defined, for instance by importing regenerator-runtime/runtime.
import {chain} from '@iterable-iterator/chain'; chain("ABC", "XY"); // A B C X Y