Skip to main content
Module

x/froebel/string.ts>capitalize

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

Upper-case first letter of string.

type

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