MCPcopy Index your code
hub / github.com/QwikDev/qwik / kebab

Function kebab

scripts/util.ts:77–77  ·  view source on GitHub ↗
(str: string)

Source from the content-addressed store, hash-verified

75};
76
77const kebab = (str: string) => str.replace(/[A-Z]/g, (l) => `-${l.toLowerCase()}`);
78
79/**
80 * Create the `BuildConfig` from the process args, and set the absolute paths the build will be

Callers 1

loadConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…