JSPM

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

Dutch language support for retext

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 Build Status Coverage Status

Dutch language support for retext.

Installation

npm:

npm install retext-dutch

retext-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.

License

MIT © Titus Wormer