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

std/encoding/_yaml/state.ts>State

Deno standard library
Go to Latest
class State
Abstract
import { State } from "https://deno.land/std@0.140.0/encoding/_yaml/state.ts";

Constructors

new
State(schema?: SchemaDefinition)