Skip to main content
Go to Latest
type alias Parser
import { type Parser } from "https://deno.land/std@0.221.0/front_matter/create_extractor.ts";

Parser function type used alongside createExtractor.

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