type alias Extractorimport { type Extractor } from "https://dotland.deno.dev/std@0.219.0/front_matter/create_extractor.ts"; Function return type for createExtractor. definition: <T = Record<string, unknown>>(str: string) => Extract<T>