File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
* @typedef {import('mdast-util-to-markdown/lib/types.js').Handle } ToMarkdownHandle
10
10
* @typedef {import('mdast-util-to-markdown/lib/types.js').Context } Context
11
11
* @typedef {import('mdast-util-to-markdown/lib/types.js').Options } ToMarkdownExtension
12
- * @typedef {import('./complex-types').ContainerDirective } ContainerDirective
13
- * @typedef {import('./complex-types').LeafDirective } LeafDirective
14
- * @typedef {import('./complex-types').TextDirective } TextDirective
12
+ * @typedef {import('./complex-types.js ').ContainerDirective } ContainerDirective
13
+ * @typedef {import('./complex-types.js ').LeafDirective } LeafDirective
14
+ * @typedef {import('./complex-types.js ').TextDirective } TextDirective
15
15
* @typedef {ContainerDirective|LeafDirective|TextDirective } Directive
16
16
*/
17
17
You can’t perform that action at this time.
0 commit comments