capitalize-ts

v1.0.0
A typed capitalize helper which utilizes the Capitalize generic
capitalize capitalise first letter typescript helper

Capitalize

A helper in typescript for capitalizing first letter in a string, leaving rest letter untouched

Usage

import { capitalize } from 'capitalize-ts';

capitalize('hello'); // 'Hello'
capitalize('hello, World'); // 'Hello World'

Install

npm install capitalize-ts

Strict Typing

Leverage the built-in Capitalize generic for more precise typing

const result = capitalize('hello');
// type of `result` is Hello instead of string
npm i capitalize-ts

Metadata

  • MIT
  • Whatever
  • everdimension
  • released 6/15/2022

Downloads

Maintainers