Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/alibaba/lowcode-engine
/ isCSSUrl
Function
isCSSUrl
packages/utils/src/is-css-url.ts:1–3 ·
view source on GitHub ↗
(url: string)
Source
from the content-addressed store, hash-verified
1
export
function
isCSSUrl(url: string): boolean {
2
return
/\.css(\?.*)?$/.test(url);
3
}
Callers
2
parseAsset
Function · 0.90
parseAssetList
Function · 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…