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>'
``

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.0
    1

Package Sidebar

Install

npm i oxford-comma

Weekly Downloads

1

Version

0.0.0

License

MPL-2.0

Last publish

Collaborators

  • k88hudson