Skip to main content
Module

std/front_matter/mod.ts>Format

The Deno Standard Library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias Format
import { type Format } from "https://deno.land/std@0.222.0/front_matter/mod.ts";
definition:
| "yaml"
| "toml"
| "json"
| "unknown"