We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6a4ee commit da5589fCopy full SHA for da5589f
test.js
@@ -5,7 +5,7 @@
5
* @typedef {import('nlcst').Content} Content
6
* @typedef {Root|Content} Node
7
* @typedef {Extract<Node, UnistParent>} Parent
8
- * @typedef {import('unist-util-visit').Visitor<Word>} Visitor
+ * @typedef {import('unist-util-visit/complex-types').Visitor<Word>} Visitor
9
*/
10
11
import assert from 'node:assert'
0 commit comments