Skip to main content
Module

x/lume/deps/front_matter.ts>Format

🔥 Static site generator for Deno 🦕
Very Popular
Go to Latest
enum Format
Re-export
import { Format } from "https://deno.land/x/lume@v1.15.2/deps/front_matter.ts";

Members

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