@string-plumbing/concat
Version:
Concatenate an Iterable of strings for JavaScript
26 lines (20 loc) • 2.1 kB
Markdown
:dango: [@string-plumbing/concat](https://string-plumbing.github.io/concat)
==
Concatenate an Iterable of strings with JavaScript.
See [docs](https://string-plumbing.github.io/concat/index.html).
```js
import {concat} from '@string-plumbing/concat';
concat(['c', 'o', 'n', 'c', 'a', 't']); // 'concat'
```
[](https://raw.githubusercontent.com/string-plumbing/concat/main/LICENSE)
[](https://www.npmjs.org/package/@string-plumbing/concat)
[](https://github.com/string-plumbing/concat/actions/workflows/ci.yml?query=branch:main)
[](https://github.com/string-plumbing/concat/network/dependencies)
[](https://github.com/string-plumbing/concat/issues)
[](https://www.npmjs.org/package/@string-plumbing/concat)
[](https://codeclimate.com/github/string-plumbing/concat/issues)
[](https://codeclimate.com/github/string-plumbing/concat/trends/churn)
[](https://codecov.io/gh/string-plumbing/concat)
[](https://codeclimate.com/github/string-plumbing/concat/trends/technical_debt)
[](https://string-plumbing.github.io/concat/source.html)
[](https://bundlephobia.com/result?p=@string-plumbing/concat)