From 9f4cdc91964bf483f442261d7f150dddc7fbd578 Mon Sep 17 00:00:00 2001 From: Christian Murphy Date: Wed, 11 Jan 2023 11:32:47 -0700 Subject: [PATCH] types: fix this typing in TS4.9 --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 813003d..e7332d9 100644 --- a/index.js +++ b/index.js @@ -11,6 +11,7 @@ import {directiveFromMarkdown, directiveToMarkdown} from 'mdast-util-directive' * Plugin to support the generic directives proposal (`:cite[smith04]`, * `::youtube[Video of a cat in a box]{v=01ab2cd3efg}`, and such). * + * @this {import('unified').Processor} * @type {import('unified').Plugin} */ export default function remarkDirective() {