oxford-comma

0.0.0 • Public • Published

Oxford Comma

Add oxford commas to html.

    var oxford = require('oxford-comma');
    var html = '<p>Apples, oranges and pears.</p>';
    var betterHtml = oxford(html);
    -- > '<p>Apples, oranges, and pears.</p>'
``

Readme

Keywords

none

Package Sidebar

Install

npm i oxford-comma

Weekly Downloads

1

Version

0.0.0

License

MPL-2.0

Last publish

Collaborators

  • k88hudson