Skip to content

Commit ea591fc

Browse files
committed
Fix types
Closes GH-19.
1 parent 560af4c commit ea591fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @typedef {import('lowlight/lib/core.js').LowlightRoot} LowlightRoot
2+
* @typedef {import('lowlight').Root} LowlightRoot
33
* @typedef {import('lowlight/lib/core.js').HighlightSyntax} HighlightSyntax
44
* @typedef {import('hast').Root} Root
55
* @typedef {import('hast').Element} Element

0 commit comments

Comments
 (0)