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

std/encoding/_yaml/type.ts>KindType

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