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

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.