Skip to main content
Module

x/documentaly/deps.ts>yaml.KindType

(Beta) Maintain document and build tool.
Go to Latest
type alias yaml.KindType
import { type yaml } from "https://deno.land/x/documentaly@0.3.3/deps.ts";
const { KindType } = yaml;
definition: "sequence" | "scalar" | "mapping"