Skip to content

☝ A small library for capitalizing words and sentences.

License

Notifications You must be signed in to change notification settings

varld/capitalize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capitalize

A small library for capitalizing words and sentences.

Install

# yarn
yarn add @varld/capitalize

# npm
npm install --save @varld/capitalize

Usage

Capitalize Sentence

import capitalizeSentence from '@varld/outside-click';

capitalizeSentence('i am a sentence');
// > I am a Sentence

Capitalize Word

import { capitalize } from '@varld/outside-click';

capitalize('word');
// > Word

capitalize('A sentence');
// > A sentence

License

MIT © Tobias Herber

Made by Varld

About

☝ A small library for capitalizing words and sentences.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published