3.0.0
- 2bff602 Use ESM
Learn more about ESM in this guide
// From CommonJS var remarkBreaks = require('remark-breaks') // To ESM import remarkBreaks from 'remark-breaks'
- 5cd71e6 Add JSDoc based types
// From CommonJS
var remarkBreaks = require('remark-breaks')
// To ESM
import remarkBreaks from 'remark-breaks'