UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

5 lines (4 loc) 198 B
// @ts-strict-ignore const toKebabCase = (string)=>string.replace(/([a-z])([A-Z])/g, '$1-$2').replace(/\s+/g, '-').toLowerCase(); export default toKebabCase; //# sourceMappingURL=toKebabCase.js.map