UNPKG

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