oxford-join

0.1.0 • Public • Published

oxford-join

Build Status Coverage Status NPM Version

Join an array into a string, separated with an Oxford comma where appropriate.

Now with 100% test coverage!

Use

var join = require('oxford-join');
var invitations = ['the strippers', 'JFK', 'Stalin'];
var text = 'We invited ' + join(invitations) + '.';
> 'We invited the strippers, JFK, and Stalin.'

Contributions

We'll happily accept pull requests and improvements.

Package Sidebar

Install

npm i oxford-join

Weekly Downloads

16

Version

0.1.0

License

MIT

Last publish

Collaborators

  • martindale