UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

12 lines (9 loc) 244 B
// helper to capitalize strings "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = function (str) { return str.charAt(0).toUpperCase() + str.slice(1); }; module.exports = exports["default"];