1.0.8 • Published 4 years ago

capitalize-the-first-letter v1.0.8

Weekly downloads
6
License
MIT
Repository
-
Last release
4 years ago

capitalize-the-first-letter

A package that converts the first letter to upperCase for any string.

Usage

Node.JS:

const capitalize = require("capitalize-first-letter")
capitalize("john doe") //=> 'John Doe';

ES6 import/export:

import capitalize from "capitalize-first-letter"
1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago