@analogjs/content
Version:
Content Rendering for Analog
11 lines (10 loc) • 377 B
TypeScript
import { marked } from 'marked';
import * as i0 from "@angular/core";
export declare class MarkedSetupService {
private readonly marked;
private readonly highlighter;
constructor();
getMarkedInstance(): typeof marked;
static ɵfac: i0.ɵɵFactoryDeclaration<MarkedSetupService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<MarkedSetupService>;
}