import { type SourceCodeTransformer } from "https://deno.land/x/netzo@0.4.78/deps/@unocss/core.ts";
Properties
optional
enforce: SourceCodeTransformerEnforceThe order of transformer
Custom id filter, if not provided, the extraction filter will be applied
transform: () => Awaitable<{ highlightAnnotations?: HighlightAnnotation[]; } | void>
The transform function