Skip to content

Commit

Permalink
Fix types for TS 4.9, regenerate them
Browse files Browse the repository at this point in the history
Closes GH-39.
  • Loading branch information
wooorm committed Feb 7, 2023
1 parent fc6fb94 commit e24b8bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ import {toHast} from 'mdast-util-to-hast'
/**
* Plugin to serialize markdown as HTML.
*
* @type {import('unified').Plugin<[Options?]|void[], Root, string>}
* @this {import('unified').Processor}
* @type {import('unified').Plugin<[Options?] | [], Root, string>}
*/
export default function remarkHtml(settings = {}) {
const options = {...settings}
Expand Down

0 comments on commit e24b8bd

Please sign in to comment.