@guruhotel/aura-hooks
Version:
🪝 Hooks library designed by the Guruhotel team for Aura UI
1 lines • 95 B
JavaScript
export function upperFirst(r){return"string"!=typeof r?"":r.charAt(0).toUpperCase()+r.slice(1)}
🪝 Hooks library designed by the Guruhotel team for Aura UI