@string-plumbing/concat
Version:
Concatenate an Iterable of strings for JavaScript
3 lines (2 loc) • 339 B
JavaScript
!function(n,e){"object"==typeof exports&&"undefined"!=typeof module?e(exports,require("@string-plumbing/join")):"function"==typeof define&&define.amd?define(["exports","@string-plumbing/join"],e):e((n||self).concat={},n.join)}(this,function(n,e){n._concat=n=>e._join(n,""),n.concat=n=>e.join(n,"")});
//# sourceMappingURL=index.umd.js.map