MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / isLocalStylesheetHref

Function isLocalStylesheetHref

packages/lint/src/project.ts:46–48  ·  view source on GitHub ↗
(href: string)

Source from the content-addressed store, hash-verified

44}
45
46function isLocalStylesheetHref(href: string): boolean {
47 return !!href && !/^(https?:|data:|blob:|\/\/)/i.test(href);
48}
49
50function collectExternalStyles(
51 projectDir: string,

Callers 2

collectExternalStylesFunction · 0.85
collectCssSourcesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected