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

x/froebel/case.ts

A strictly typed utility library.
Latest
import * as froebel from "https://deno.land/x/froebel@v0.23.2/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().