Module

std/front_matter/mod.ts>Extract

Deno standard library
Go to Latest
type alias Extract
import { type Extract } from "https://dotland.deno.dev/std@0.219.0/front_matter/mod.ts";

Return type for Extractor.

definition: { frontMatter: string; body: string; attrs: T; }