Skip to main content
Module

x/froebel/case.ts>uncapitalize

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

Lower-case first letter of string

type

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