UNPKG

@lfai/egeria-js-commons

Version:

Common module for storing static data such as key value objects, SVGs, icon mappings, API urls.

5 lines (4 loc) 99 B
function capitalize(s) { return s && s[0].toUpperCase() + s.slice(1); } export { capitalize };