5.0.0
- ab93c2d Use ESM
Learn more about ESM in this guide
// From CommonJS var remarkTextr = require('remark-textr') // To ESM import remarkTextr from 'remark-textr'
- fe38ef0 Add JSDoc based types
- 5dcca68 Update dependencies
// From CommonJS
var remarkTextr = require('remark-textr')
// To ESM
import remarkTextr from 'remark-textr'