UNPKG

bananas-commerce-admin

Version:

What's this, an admin for apes?

4 lines 190 B
export const toTitleCase = (str) => { return str.replace(/\w\S*/g, (text) => text.charAt(0).toUpperCase() + text.substring(1).toLowerCase()); }; //# sourceMappingURL=to_title_case.js.map