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
  a8ee1c5f_1015_eb00_cec1_f0852cf29016["isExternalUrl()"]
  95a806ab_8556_4112_9786_fda4ff23eeca["urls.ts"]
  a8ee1c5f_1015_eb00_cec1_f0852cf29016 -->|defined in| 95a806ab_8556_4112_9786_fda4ff23eeca
  fbb34b96_d176_2cf2_3b47_efa9e854e835["skipUrlReplacer()"]
  fbb34b96_d176_2cf2_3b47_efa9e854e835 -->|calls| a8ee1c5f_1015_eb00_cec1_f0852cf29016
  style a8ee1c5f_1015_eb00_cec1_f0852cf29016 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

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