Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

6.0.0

Compare
Choose a tag to compare
@wooorm wooorm released this 20 Jul 10:47
· 4 commits to main since this release
5cbb516
  • 30f0840 Add JSDoc based types
  • 0a0ae00 Use ESM
    • Change:

      // From CommonJS
      var retextSentiment = require('retext-sentiment')
      
      // To ESM
      import retextSentiment from 'retext-sentiment'

      Learn more about ESM in this guide