UNPKG

foxts

Version:

Opinionated collection of common TypeScript utils by @SukkaW

2 lines (1 loc) 136 B
function t(t,r){let e=t.length;if(0===e)return"";let n=t[0];for(let f=1;f<e;f++)n+=r,n+=t[f];return n}export{t as fastStringArrayJoin};