Skip to main content
Module

std/encoding/yaml.ts>StyleVariant

Deno standard library
Go to Latest
type alias StyleVariant
import { type StyleVariant } from "https://deno.land/std@0.52.0/encoding/yaml.ts";
definition:
| "lowercase"
| "uppercase"
| "camelcase"
| "decimal"