UNPKG

@codedoc/core

Version:

Create beautiful modern documentation websites.

5 lines (4 loc) 246 B
export declare type UnderlineMarkerType = 'none' | 'warning' | 'error'; export declare const errorMarkers: string[]; export declare const warningMarkers: string[]; export declare function underlineMarkerType(marker: string): UnderlineMarkerType;