Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/lume/deps/front_matter.ts>Format

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
enum Format
Deprecated
Deprecated

(will be removed after 1.0.0) Use literal types "yaml" | "toml" | "json" | "unknown"

import { Format } from "https://deno.land/x/lume@v1.19.2/deps/front_matter.ts";

Members

JSON = "json"
TOML = "toml"
UNKNOWN = "unknown"
YAML = "yaml"