better-join

1.0.0 • Public • Published

Better-join Build Status codecov

A better way of joining strings

Install

$ npm install better-join

Usage

const betterJoin = require('better-join');
 
betterJoin(['first', '2nd', '3rd', '4th', '5th', '6th']));
// => 'first, 2nd, 3rd, 4th, 5th and 6th'

License

MIT © Tobias Herber

Package Sidebar

Install

npm i better-join

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • tobihrbr