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

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

A tiny wiki-style site generator with Zettelkasten flavor.
Latest
enum fm.Format
Deprecated
Deprecated

(will be removed in 0.211.0) Use literal types "yaml" | "toml" | "json" | "unknown".

import { fm } from "https://deno.land/x/ter@0.15.57/deps/std.ts";
const { Format } = fm;

Members

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