Home / Function/ isExternalUrl() — tailwindcss Function Reference

isExternalUrl() — tailwindcss Function Reference

Architecture documentation for the isExternalUrl() function in urls.ts from the tailwindcss codebase.

Entity Profile

Dependency Diagram

graph TD
  b52525c5_d4ed_0103_ea2e_1ef408d6987d["isExternalUrl()"]
  c5a5c285_38e2_ad5e_1381_d39102705362["skipUrlReplacer()"]
  c5a5c285_38e2_ad5e_1381_d39102705362 -->|calls| b52525c5_d4ed_0103_ea2e_1ef408d6987d
  style b52525c5_d4ed_0103_ea2e_1ef408d6987d 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)

Subdomains

Called By

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