type alias Extractorimport { type Extractor } from "https://deno.land/std@0.191.0/front_matter/mod.ts"; definition: <T = Record<string, unknown>>(str: string) => Extract<T>