@iterable-iterator/tee

Iterable copy function for JavaScript

Usage no npm install needed!

<script type="module">
  import iterableIteratorTee from 'https://cdn.skypack.dev/@iterable-iterator/tee';
</script>

README

:seedling: @iterable-iterator/tee

Iterable copy function for JavaScript. See docs.

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

import {tee} from '@iterable-iterator/tee';
tee('ABC', 2); // [ A B C , A B C ]

License Version Tests Dependencies Dev dependencies GitHub issues Downloads

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