We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d003ff commit 1edc803Copy full SHA for 1edc803
.yarn/patches/remark-parse-npm-10.0.1-e654d7df78.patch
@@ -0,0 +1,12 @@
1
+diff --git a/lib/index.d.ts b/lib/index.d.ts
2
+index 0e8563eb2fe2aad42400d3aad666f36df0dbc16a..d20f18817ab64c586de59eb411fd739ece028a95 100644
3
+--- a/lib/index.d.ts
4
++++ b/lib/index.d.ts
5
+@@ -1,6 +1,6 @@
6
+ /** @type {import('unified').Plugin<[Options?] | void[], string, Root>} */
7
+ export default function remarkParse(
8
+- options: void | import('mdast-util-from-markdown/lib').Options | undefined
9
++ options: void | import('mdast-util-from-markdown').Options | undefined
10
+ ): void
11
+ export type Root = import('mdast').Root
12
+ export type Options = import('mdast-util-from-markdown').Options
0 commit comments