Latest
type alias Extract
import { type Extract } from "https://dotland.deno.dev/std@0.224.0/front_matter/create_extractor.ts";

Return type for Extractor.

definition: { frontMatter: string; body: string; attrs: T; }