load Class — astro Architecture
Architecture documentation for the load class in client.d.ts from the astro codebase.
Entity Profile
Dependency Diagram
graph TD e8007ff3_4c5c_ebd3_0274_b6dd55e4fffc["load"] 4db49436_6875_120a_1b60_e7ec50668b56["client.d.ts"] e8007ff3_4c5c_ebd3_0274_b6dd55e4fffc -->|defined in| 4db49436_6875_120a_1b60_e7ec50668b56
Relationship Graph
Source Code
packages/astro/client.d.ts lines 187–199
declare module '*.md' {
const { load }: ExportedMarkdownModuleEntities;
export const {
frontmatter,
file,
url,
getHeadings,
Content,
rawContent,
compiledContent,
}: ExportedMarkdownModuleEntities;
export default load;
}
Domain
Defined In
Source
Frequently Asked Questions
What is the load class?
load is a class in the astro codebase, defined in packages/astro/client.d.ts.
Where is load defined?
load is defined in packages/astro/client.d.ts at line 187.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free