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 3eace12 commit 35cb840Copy full SHA for 35cb840
src/index.ts
@@ -126,4 +126,4 @@ function bindData(data: Record<string, any>) {
126
export { stringifyFrontMatter, parseFrontMatter } from './frontmatter'
127
export { default as micromarkExtension } from './micromark-extension'
128
export { convertHtmlEntitiesToChars } from './utils'
129
-export type { RemarkMDCOptions }
+export type { RemarkMDCOptions, YamlParseOptions, YamlToStringOptions } from './types'
0 commit comments