Licence
AGPL-3.0
Version
2.0.1
Deps
0
Size
481 kB
Vulns
0
Weekly
0
Install scriptsThis package runs scripts during installation (preinstall/install/postinstall)
@iterable-iterator/chain
Iterable chaining for JavaScript. See docs.
Depending on your environment, the code may require
regeneratorRuntimeto be defined, for instance by importing regenerator-runtime/runtime.
import {chain} from '@iterable-iterator/chain';
chain("ABC", "XY"); // A B C X Y