Convert an array to an oxford comma string based on the Intl.ListFormat api
npm install @mcansh/oxford-comma> Convert an array to an oxford comma string based on the Intl.ListFormat api
```
$ npm install @mcansh/oxford-comma
`js
const oxfordComma = require('@mcansh/oxford-comma');
oxfordComma(['Motorcycle', 'Bus', 'Car']);
//=> 'Motorcycle, Bus, and Car
``
MIT