Skip to content

Commit 8f7a44a

Browse files
committed
Refactor to use @imports
1 parent 5230766 commit 8f7a44a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

lib/index.js

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
/**
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
2+
* @import {Punctuation, Root, Sentence, Word} from 'nlcst'
3+
* @import {VFile} from 'vfile'
84
*/
95

106
/**

0 commit comments

Comments
 (0)