Skip to main content
Module

std/front_matter/mod.ts>Parser

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias Parser
import { type Parser } from "https://deno.land/std@0.212.0/front_matter/mod.ts";

Parser function type used alongside createExtractor.

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