1.0.0 • Published 5 years ago
@jswork/next-join v1.0.0
next-join
Better join for array.
installation
npm install -S @jswork/next-join
usage
import '@jswork/next-join';
const arr = ['a', null, 'b', 'c'];
nx.join(arr); //'a,b,c'
license
Code released under the MIT license.
1.0.0
5 years ago