Skip to main content
Module

std/encoding/yaml.ts>KindType

Deno standard library
Go to Latest
type alias KindType
import { type KindType } from "https://deno.land/std@0.161.0/encoding/yaml.ts";
definition: "sequence" | "scalar" | "mapping"