0.0.1 • Published 3 years ago
@string-plumbing/concat v0.0.1
:dango: @string-plumbing/concat
Concatenate an Iterable of strings with JavaScript. See docs.
import {concat} from '@string-plumbing/concat';
concat(['c', 'o', 'n', 'c', 'a', 't']); // 'concat'
0.0.1
3 years ago