Module

std/front_matter/yaml.ts>Format

Deno standard library
Go to Latest
enum Format
import { Format } from "https://dotland.deno.dev/std@0.180.0/front_matter/yaml.ts";

Members

JSON = "json"
TOML = "toml"
UNKNOWN = "unknown"
YAML = "yaml"
import Format
import { Format } from "https://dotland.deno.dev/std@0.180.0/front_matter/yaml.ts";