🍢 @string-plumbing/join
Join an Iterable of strings with JavaScript. See docs.
import {join} from '@string-plumbing/join';
join(['b', 'n', 'n', ''], 'a'); // 'banana'
Join an Iterable of strings with JavaScript. See docs.
import {join} from '@string-plumbing/join';
join(['b', 'n', 'n', ''], 'a'); // 'banana'
npm i @string-plumbing/join
1
0.1.1
AGPL-3.0
464 kB
14