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.
@import
1 parent ae554c2 commit 75a0eccCopy full SHA for 75a0ecc
lib/index.js
@@ -1,7 +1,5 @@
1
/**
2
- * @typedef {import('hast').Nodes} Nodes
3
- * @typedef {import('hast').Root} Root
4
- * @typedef {import('hast').RootContent} RootContent
+ * @import {Nodes, RootContent, Root} from 'hast'
5
*/
6
7
test/index.js
@@ -1,5 +1,5 @@
- * @typedef {import('rehype-format').Options} Options
+ * @import {Options} from 'rehype-format'
import assert from 'node:assert/strict'
0 commit comments