Module

std/front_matter/mod.ts>Extract

The Deno Standard Library
Latest
type alias Extract
import { type Extract } from "https://dotland.deno.dev/std@0.224.0/front_matter/mod.ts";

Return type for Extractor.

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