Skip to content

Commit

Permalink
Merge pull request #131 from meteorlxy/meteorlxy/fix-types
Browse files Browse the repository at this point in the history
fix: fix markdown-it types
  • Loading branch information
valeriangalliat committed May 17, 2024
2 parents dfa9e50 + 1cff4c9 commit 37acd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import MarkdownIt = require('markdown-it');
import MarkdownIt from 'markdown-it';
import Token from 'markdown-it/lib/token.mjs';
import State from 'markdown-it/lib/rules_core/state_core.mjs';

Expand Down

0 comments on commit 37acd7b

Please sign in to comment.