UNPKG

@janus-idp/shared-react

Version:

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

7 lines (4 loc) 174 B
'use strict'; const getTitleCase = (str) => str.charAt(0).toUpperCase() + str.substring(1); exports.getTitleCase = getTitleCase; //# sourceMappingURL=title-case.cjs.js.map