UNPKG

git-beauty-commit

Version:

turn git commit massage into a more beautiful massage

10 lines (8 loc) 257 B
/** * @public * Capitalize the first letter in the message and add an emoji that match to the message type * @param {string} msg string * @returns {string} */ declare function export_default(msg: string): string; export { export_default as default };