Fix this type in TS 4.9

Closes GH-11.

Reviewed-by: Titus Wormer <tituswormer@gmail.com>
This commit is contained in:
Christian Murphy 2023-01-12 02:15:00 -07:00 committed by GitHub
parent decd688110
commit 3d93cc085c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@ import {directiveFromMarkdown, directiveToMarkdown} from 'mdast-util-directive'
* Plugin to support the generic directives proposal (`:cite[smith04]`, * Plugin to support the generic directives proposal (`:cite[smith04]`,
* `::youtube[Video of a cat in a box]{v=01ab2cd3efg}`, and such). * `::youtube[Video of a cat in a box]{v=01ab2cd3efg}`, and such).
* *
* @this {import('unified').Processor}
* @type {import('unified').Plugin<void[], Root>} * @type {import('unified').Plugin<void[], Root>}
*/ */
export default function remarkDirective() { export default function remarkDirective() {