Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
77
const
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
loadConfig
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected