Package Exports
- retext-dutch
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-dutch) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
retext-dutch

Dutch language support for retext.
Installation
npm:
npm install retext-dutchretext-dutch 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 dutch = require('retext-dutch');
retext().use(dutch).process('Kunt U zich ’s morgens', function (err, file) {});API
retext.use(dutch)
Nothing else is needed. This will add better support for the Dutch language to retext. A complete list of what is added is available on parse-dutch README.
Parameters
dutch— This plugin.