1.0.8 • Published 5 years ago

capitalize-the-first-letter v1.0.8

Weekly downloads
6
License
MIT
Repository
-
Last release
5 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

5 years ago

1.0.7

5 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago