Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ter/deps/std.ts>fm.Format

A tiny wiki-style site generator with Zettelkasten flavor.
Go to Latest
enum fm.Format
Re-export
import { fm } from "https://deno.land/x/ter@0.15.51/deps/std.ts";
const { Format } = fm;

Members

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