isExternalUrl() — tailwindcss Function Reference
Architecture documentation for the isExternalUrl() function in urls.ts from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 6e68f70b_a828_f2ca_095c_ac125be97f1c["isExternalUrl()"] 5e3855e0_f04e_28ee_98ea_8502e6531bc8["urls.ts"] 6e68f70b_a828_f2ca_095c_ac125be97f1c -->|defined in| 5e3855e0_f04e_28ee_98ea_8502e6531bc8 a1913d05_1c71_5b7d_a56a_6addaacebefe["skipUrlReplacer()"] a1913d05_1c71_5b7d_a56a_6addaacebefe -->|calls| 6e68f70b_a828_f2ca_095c_ac125be97f1c style 6e68f70b_a828_f2ca_095c_ac125be97f1c 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
Defined In
Called By
Source
Frequently Asked Questions
What does isExternalUrl() do?
isExternalUrl() is a function in the tailwindcss codebase, defined in packages/@tailwindcss-node/src/urls.ts.
Where is isExternalUrl() defined?
isExternalUrl() is defined in packages/@tailwindcss-node/src/urls.ts at line 28.
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