🍢 @string-plumbing/join Join an Iterable of strings with JavaScript. See docs. import {join} from '@string-plumbing/join'; join(['b', 'n', 'n', ''], 'a'); // 'banana'