UNPKG

@analogjs/platform

Version:

The fullstack meta-framework for Angular

6 lines (5 loc) 137 B
import { MarkedExtension } from 'marked'; export type WithMarkedOptions = { mangle?: boolean; extensions?: MarkedExtension[]; };