Skip to main content
Module

x/froebel/mod.ts>uncapitalize

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

Lower-case first letter of string

type

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