Module

std/front_matter/mod.ts>Parser

Deno standard library
Go to Latest
type alias Parser
import { type Parser } from "https://dotland.deno.dev/std@0.180.0/front_matter/mod.ts";
definition: <T = Record<string, unknown>>(str: string) => T