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

x/yxz/strings/mod.ts>CamelCaseOptions

Deno Standard Extensions
Latest
interface CamelCaseOptions
import { type CamelCaseOptions } from "https://deno.land/x/yxz@0.32.0/strings/mod.ts";

Properties

optional
locale: string | string[] | false
optional
keepConsecutiveUppercase: boolean