Skip to content

Commit

Permalink
Fix types for changes in @types/unist
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 24, 2021
1 parent 3b197e4 commit 22be7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @typedef {import('unist').Literal} Literal
* @typedef {import('unist').Literal<string>} Literal
* @typedef {import('unist').Node} Node
* @typedef {import('unist').Parent} Parent
*/
Expand Down

0 comments on commit 22be7e1

Please sign in to comment.