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

x/froebel/case.ts>uncapitalize

A strictly typed utility library.
Latest
variable uncapitalize
import { uncapitalize } from "https://deno.land/x/froebel@v0.23.2/case.ts";

Lower-case first letter of string

type

<T extends string>(str: T) => unknown