Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

std/front_matter/mod.ts>Extract

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias Extract
import { type Extract } from "https://deno.land/std@0.201.0/front_matter/mod.ts";
definition: { frontMatter: string; body: string; attrs: T; }