https://github.com/iterable-iterator/tee
:seedling: Iterable copy function for JavaScript
https://github.com/iterable-iterator/tee
Last synced: 3 months ago
JSON representation
:seedling: Iterable copy function for JavaScript
- Host: GitHub
- URL: https://github.com/iterable-iterator/tee
- Owner: iterable-iterator
- License: agpl-3.0
- Created: 2021-05-04T12:28:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-12T03:31:33.000Z (3 months ago)
- Last Synced: 2025-04-12T04:30:03.940Z (3 months ago)
- Language: JavaScript
- Homepage: https://iterable-iterator.github.io/tee
- Size: 2.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
:seedling: [@iterable-iterator/tee](https://iterable-iterator.github.io/tee)
==Iterable copy function for JavaScript.
See [docs](https://iterable-iterator.github.io/tee/index.html).> :warning: Depending on your environment, the code may require
> `regeneratorRuntime` to be defined, for instance by importing
> [regenerator-runtime/runtime](https://www.npmjs.com/package/regenerator-runtime).```js
import {tee} from '@iterable-iterator/tee';
tee('ABC', 2); // [ A B C , A B C ]
```[](https://raw.githubusercontent.com/iterable-iterator/tee/main/LICENSE)
[](https://www.npmjs.org/package/@iterable-iterator/tee)
[](https://github.com/iterable-iterator/tee/actions/workflows/ci.yml?query=branch:main)
[](https://github.com/iterable-iterator/tee/network/dependencies)
[](https://github.com/iterable-iterator/tee/issues)
[](https://www.npmjs.org/package/@iterable-iterator/tee)[](https://codeclimate.com/github/iterable-iterator/tee/issues)
[](https://codeclimate.com/github/iterable-iterator/tee/trends/churn)
[](https://codecov.io/gh/iterable-iterator/tee)
[](https://codeclimate.com/github/iterable-iterator/tee/trends/technical_debt)
[](https://iterable-iterator.github.io/tee/source.html)
[](https://bundlephobia.com/result?p=@iterable-iterator/tee)