UNPKG

@analogjs/platform

Version:

The fullstack meta-framework for Angular

9 lines (8 loc) 406 B
import { MarkedExtension } from 'marked'; import { MarkedSetupService } from './marked-setup.service.js'; import { MarkedContentHighlighter } from './marked-content-highlighter.js'; export type WithMarkedOptions = { mangle?: boolean; extensions?: MarkedExtension[]; }; export declare function getMarkedSetup(options?: WithMarkedOptions, highlighter?: MarkedContentHighlighter): MarkedSetupService;