Skip to main content
Module

std/front_matter/mod.ts>Parser

The Deno Standard Library
Go to Latest
type alias Parser
import { type Parser } from "https://deno.land/std@0.223.0/front_matter/mod.ts";

Parser function type used alongside createExtractor.

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