Skip to main content
Go to Latest
type alias YAML.StyleVariant
import { type YAML } from "https://deno.land/x/embassyd_sdk@v0.3.1.1.4/mod.ts";
const { StyleVariant } = YAML;
definition:
| "lowercase"
| "uppercase"
| "camelcase"
| "decimal"