UNPKG

react-hotkeys

Version:

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

15 lines (12 loc) 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; function capitalize(string) { return string.replace(/\b\w/g, function (l) { return l.toUpperCase(); }); } var _default = capitalize; exports.default = _default;