UNPKG

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