File tree 1 file changed +11
-8
lines changed 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
- * @typedef {import('mdast').FootnoteDefinition } FootnoteDefinition
3
- * @typedef {import('mdast').FootnoteReference } FootnoteReference
4
- * @typedef {import('mdast-util-from-markdown').CompileContext } CompileContext
5
- * @typedef {import('mdast-util-from-markdown').Extension } FromMarkdownExtension
6
- * @typedef {import('mdast-util-from-markdown').Handle } FromMarkdownHandle
7
- * @typedef {import('mdast-util-to-markdown').Handle } ToMarkdownHandle
8
- * @typedef {import('mdast-util-to-markdown').Map } Map
9
- * @typedef {import('mdast-util-to-markdown').Options } ToMarkdownExtension
2
+ * @import {
3
+ * CompileContext,
4
+ * Extension as FromMarkdownExtension,
5
+ * Handle as FromMarkdownHandle
6
+ * } from 'mdast-util-from-markdown'
7
+ * @import {
8
+ * Handle as ToMarkdownHandle,
9
+ * Map,
10
+ * Options as ToMarkdownExtension
11
+ * } from 'mdast-util-to-markdown'
12
+ * @import {FootnoteDefinition, FootnoteReference} from 'mdast'
10
13
*/
11
14
12
15
import { ok as assert } from 'devlop'
You can’t perform that action at this time.
0 commit comments