UNPKG

@martijnnieuwenhuizen/generate-component

Version:
8 lines (7 loc) 151 B
/** * test-module to Test-module * * @param {string} str * @returns string */ export default (str) => str.charAt(0).toUpperCase() + str.slice(1);