5.0.0
- 22c3c41 Use ESM
Learn more about ESM in this guide
// From CommonJS var stripMarkdown = require('strip-markdown') // To ESM import stripMarkdown from 'strip-markdown'
- eb799e9 Add JSDoc based types
Full Changelog: 4.2.0...5.0.0
// From CommonJS
var stripMarkdown = require('strip-markdown')
// To ESM
import stripMarkdown from 'strip-markdown'
Full Changelog: 4.2.0...5.0.0