UNPKG

@guruhotel/aura-hooks

Version:

🪝 Hooks library designed by the Guruhotel team for Aura UI

1 lines 95 B
export function upperFirst(r){return"string"!=typeof r?"":r.charAt(0).toUpperCase()+r.slice(1)}