MCPcopy 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

1export function isCSSUrl(url: string): boolean {
2 return /\.css(\?.*)?$/.test(url);
3}

Callers 2

parseAssetFunction · 0.90
parseAssetListFunction · 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…