UNPKG

@analogjs/platform

Version:

The fullstack meta-framework for Angular

7 lines (6 loc) 236 B
export interface MarkedContentHighlighter { augmentCodeBlock?(code: string, lang: string): string; } export declare abstract class MarkedContentHighlighter { abstract getHighlightExtension(): import('marked').MarkedExtension; }