Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
1 line
385 B
Plaintext
1 line
385 B
Plaintext
{"version":3,"sources":["../../src/utilities/toKebabCase.ts"],"sourcesContent":["export const toKebabCase = (string?: string) =>\n string\n ?.replace(/([a-z])([A-Z])/g, '$1-$2')\n .replace(/\\s+/g, '-')\n .toLowerCase()\n"],"names":["toKebabCase","string","replace","toLowerCase"],"mappings":"AAAA,OAAO,MAAMA,cAAc,CAACC,SAC1BA,QACIC,QAAQ,mBAAmB,SAC5BA,QAAQ,QAAQ,KAChBC,cAAa"} |