JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 107656
  • Score
    100M100P100Q168584F
  • License MIT

English language support for retext

Package Exports

  • retext-english

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (retext-english) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

retext-english Build Status Coverage Status

English language support for retext.

Installation

npm:

npm install retext-english

retext-english is also available for bower, component, and duo, and as an AMD, CommonJS, and globals module, uncompressed and compressed.

Usage

var retext = require('retext');
var english = require('retext-english');

retext().use(english).process('There, ol’ pal', function (err, file) {});

API

retext.use(english)

Nothing else is needed. This will add better support for the English language to retext. A complete list of what is added is available on parse-english README.

Parameters

  • english — This plugin.

License

MIT © Titus Wormer