UNPKG

@feugene/mu

Version:

Helpful TS utilities without dependencies

8 lines 225 B
/** * Converts the first character of every word into string to upper case * * @param {string} string * @returns {string} */ export default function titleCase(string: any): string; //# sourceMappingURL=titleCase.d.ts.map