UNPKG

react-redux-fetch

Version:

A declarative and customizable way to fetch data for React components and manage that data in the Redux state

7 lines (5 loc) 142 B
"use strict"; exports.__esModule = true; exports.default = function (string) { return string.charAt(0).toUpperCase() + string.slice(1); };