Skip to main content
Module

x/froebel/case.ts

A strictly typed utility library.
Go to Latest
import * as froebel from "https://deno.land/x/froebel@v0.22.0/case.ts";

Variables

Transforms a variable name to camel case.

Upper-case first letter of string.

Transforms a variable name to kebab case.

Strictly typed String.toLowerCase().

Transforms a variable name to pascal case.

Transforms a variable name to screaming snake case.

Transforms a variable name to snake case.

Transform a variable name to targetCase

Lower-case first letter of string

Strictly typed String.toUpperCase().