UNPKG

328 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var to_string_1 = require("./to-string");
4var upperFirst = function (value) {
5 var str = to_string_1.default(value);
6 return str.charAt(0).toUpperCase() + str.substring(1);
7};
8exports.default = upperFirst;
9//# sourceMappingURL=upper-first.js.map
\No newline at end of file