Skip to main content
Module

std/front_matter/mod.ts>Extract

Deno standard library
Go to Latest
type alias Extract
import { type Extract } from "https://deno.land/std@0.190.0/front_matter/mod.ts";
definition: { frontMatter: string; body: string; attrs: T; }