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

x/documentaly/check/deps.ts>yaml.StyleVariant

(Beta) Maintain document and build tool.
Go to Latest
type alias yaml.StyleVariant
import { type yaml } from "https://deno.land/x/documentaly@0.2.11/check/deps.ts";
const { StyleVariant } = yaml;
definition:
| "lowercase"
| "uppercase"
| "camelcase"
| "decimal"