UNPKG

@janus-idp/shared-react

Version:

Shared code for utils, types, and React components for the Janus frontend plugins.

5 lines (3 loc) 147 B
const getTitleCase = (str) => str.charAt(0).toUpperCase() + str.substring(1); export { getTitleCase }; //# sourceMappingURL=title-case.esm.js.map