UNPKG

react-hotkeys

Version:

A declarative library for handling hotkeys and focus within a React application

7 lines (6 loc) 141 B
function capitalize(string) { return string.replace(/\b\w/g, function (l) { return l.toUpperCase(); }); } export default capitalize;