UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

3 lines (2 loc) 218 B
export type HighlightProcessor = (code: string, lang: string, options?: Record<string, any>) => string; export declare function createMarkdownParserMarked(highlight?: HighlightProcessor): (markdown: string) => string;