We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
@import
1 parent 5230766 commit 8f7a44aCopy full SHA for 8f7a44a
lib/index.js
@@ -1,10 +1,6 @@
1
/**
2
- * @typedef {import('nlcst').Punctuation} Punctuation
3
- * @typedef {import('nlcst').Root} Root
4
- * @typedef {import('nlcst').Sentence} Sentence
5
- * @typedef {import('nlcst').Word} Word
6
- *
7
- * @typedef {import('vfile').VFile} VFile
+ * @import {Punctuation, Root, Sentence, Word} from 'nlcst'
+ * @import {VFile} from 'vfile'
8
*/
9
10
0 commit comments