There was an error while loading. Please reload this page.
1 parent fee1f5d commit 7c6d19cCopy full SHA for 7c6d19c
2 files changed
packages/mdx-rs-parser/index.d.ts
@@ -2,6 +2,6 @@
2
3
/* auto-generated by NAPI-RS */
4
5
-export declare function parseToAst(content: string): string;
6
-export declare function generateFromAst(astJson: string): string;
7
-export declare function compileMdx(content: string): string;
+export declare function parseToAst(content: string): string
+export declare function generateFromAst(astJson: string): string
+export declare function compileMdx(content: string): string
0 commit comments