UNPKG

fc-react-slider

Version:
9 lines (7 loc) 172 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = function (str) { return str.charAt(0).toUpperCase() + str.substr(1); };