Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
Closes GH-19.
  • Loading branch information
wooorm committed Dec 2, 2021
1 parent 560af4c commit ea591fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @typedef {import('lowlight/lib/core.js').LowlightRoot} LowlightRoot
* @typedef {import('lowlight').Root} LowlightRoot
* @typedef {import('lowlight/lib/core.js').HighlightSyntax} HighlightSyntax
* @typedef {import('hast').Root} Root
* @typedef {import('hast').Element} Element
Expand Down

0 comments on commit ea591fc

Please sign in to comment.