upper-case-first

Transforms the string with the first character in upper cased

Usage no npm install needed!

<script type="module">
  import upperCaseFirst from 'https://cdn.skypack.dev/upper-case-first';
</script>

README

Upper Case First

NPM version NPM downloads Bundle size

Transforms the string with the first character in upper cased.

Installation

npm install upper-case-first --save

Usage

import { upperCaseFirst } from "upper-case-first";

upperCaseFirst("test"); //=> "Test"

License

MIT