Skip to main content
Latest
type alias MarkedOptions.RendererExtensionFunction
import { type MarkedOptions } from "https://deno.land/x/frugal@0.9.6/doc/dep/marked.ts";
const { RendererExtensionFunction } = MarkedOptions;
definition: (this: RendererThis, token: Tokens.Generic) => string | false | undefined