Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias StyleVariant
import { type StyleVariant } from "https://deno.land/std@0.157.0/encoding/_yaml/type.ts";
definition:
| "lowercase"
| "uppercase"
| "camelcase"
| "decimal"