Skip to content

Commit e24b8bd

Browse files
committed
Fix types for TS 4.9, regenerate them
Closes GH-39.
1 parent fc6fb94 commit e24b8bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ import {toHast} from 'mdast-util-to-hast'
1919
/**
2020
* Plugin to serialize markdown as HTML.
2121
*
22-
* @type {import('unified').Plugin<[Options?]|void[], Root, string>}
22+
* @this {import('unified').Processor}
23+
* @type {import('unified').Plugin<[Options?] | [], Root, string>}
2324
*/
2425
export default function remarkHtml(settings = {}) {
2526
const options = {...settings}

0 commit comments

Comments
 (0)