Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias Extractor
import { type Extractor } from "https://deno.land/std@0.222.1/front_matter/create_extractor.ts";

Function return type for createExtractor.

definition: <T = Record<string, unknown>>(str: string) => Extract<T>