UNPKG

ngx-markdown

Version:

Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights

5 lines (4 loc) 170 B
import { PipeTransform } from '@angular/core'; export declare class LanguagePipe implements PipeTransform { transform(value: string, language: string): string; }