@f/capitalize

1.0.0 • Public • Published

capitalize

Build status Git tag NPM version Code style

Capitalize a string

Installation

$ npm install @f/capitalize

Usage

var capitalize = require('@f/capitalize')

capitalize('hello world!') === 'Hello world!'

API

capitalize(str)

  • str - The string you want to capitalize

Returns: str, but with the first letter capitalized.

License

MIT

/@f/capitalize/

    Package Sidebar

    Install

    npm i @f/capitalize

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • f