isExternalUrl() — tailwindcss Function Reference
Architecture documentation for the isExternalUrl() function in urls.ts from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 1bf332c7_ee80_6f6c_e7d0_c927e59e2e2a["isExternalUrl()"] d4593802_02fd_3f65_9480_0870f8bce3af["skipUrlReplacer()"] d4593802_02fd_3f65_9480_0870f8bce3af -->|calls| 1bf332c7_ee80_6f6c_e7d0_c927e59e2e2a style 1bf332c7_ee80_6f6c_e7d0_c927e59e2e2a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
packages/@tailwindcss-node/src/urls.ts lines 28–28
const isExternalUrl = (url: string): boolean => externalRE.test(url)
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does isExternalUrl() do?
isExternalUrl() is a function in the tailwindcss codebase.
What calls isExternalUrl()?
isExternalUrl() is called by 1 function(s): skipUrlReplacer.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free