Home / Type/ RawSource Type — astro Architecture

RawSource Type — astro Architecture

Architecture documentation for the RawSource type/interface in local.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  d104beaa_db7c_3a99_d24c_32e24b1abe31["RawSource"]
  58255ece_c750_2cc1_8857_7a8e6a866fc7["local.ts"]
  d104beaa_db7c_3a99_d24c_32e24b1abe31 -->|defined in| 58255ece_c750_2cc1_8857_7a8e6a866fc7
  style d104beaa_db7c_3a99_d24c_32e24b1abe31 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/assets/fonts/providers/local.ts lines 19–25

type RawSource =
	| string
	| URL
	| {
			url: string | URL;
			tech?: string | undefined;
	  };

Frequently Asked Questions

What is the RawSource type?
RawSource is a type/interface in the astro codebase, defined in packages/astro/src/assets/fonts/providers/local.ts.
Where is RawSource defined?
RawSource is defined in packages/astro/src/assets/fonts/providers/local.ts at line 19.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free