UNPKG

kitchensink

Version:

Dispatch's awesome components and style guide

12 lines (9 loc) 244 B
// helper to capitalize strings "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = function (str) { return str.charAt(0).toUpperCase() + str.slice(1); }; module.exports = exports["default"];