foxts
Version:
Opinionated collection of common TypeScript utils by @SukkaW
1 lines • 137 B
JavaScript
function t(t,r){const n=t.length;if(0===n)return"";let e=t[0];for(let o=1;o<n;o++)e+=r,e+=t[o];return e}export{t as fastStringArrayJoin};
Opinionated collection of common TypeScript utils by @SukkaW