'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); function ucFirst(val) { return val.charAt(0).toUpperCase() + val.slice(1); } exports.ucFirst = ucFirst; //# sourceMappingURL=helpers.js.map