Skip to main content
Module

x/froebel/types.ts>StringCase

A strictly typed utility library.
Go to Latest
type alias StringCase
import { type StringCase } from "https://deno.land/x/froebel@v0.22.0/types.ts";
definition:
| "camel"
| "kebab"
| "pascal"
| "screaming-snake"
| "snake"