Skip to main content
Module

std/encoding/_yaml/type.ts>KindType

Deno standard library
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias KindType
import { type KindType } from "https://deno.land/std@0.126.0/encoding/_yaml/type.ts";
definition: "sequence" | "scalar" | "mapping"