UNPKG

@martijnnieuwenhuizen/generate-component

Version:
8 lines (7 loc) 161 B
/** * TestModule to test-module * * @param {string} str * @returns string */ export default (str) => str.replace(/([a-z])([A-Z])/g, "$1-$2").toLowerCase();