UNPKG

@allurereport/web-classic

Version:

The static files for Allure Classic Report

7 lines (6 loc) 137 B
export const capitalize = (str: string) => { if (!str) { return; } return str.charAt(0).toLocaleUpperCase() + str.slice(1); };