Concatenate an Iterable of strings with JavaScript. See docs.
import {concat} from '@string-plumbing/concat';
concat(['c', 'o', 'n', 'c', 'a', 't']); // 'concat'
Concatenate an Iterable of strings with JavaScript. See docs.
import {concat} from '@string-plumbing/concat';
concat(['c', 'o', 'n', 'c', 'a', 't']); // 'concat'