UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

14 lines (7 loc) 260 B
# ucfirst Uppercase the first character of a string [![Build Status](https://travis-ci.org/deathcap/ucfirst.svg?branch=master)](https://travis-ci.org/deathcap/ucfirst) var ucfirst = require('ucfirst'); ucfirst('hello'); // 'Hello' ## License MIT