attributes.ts

Source

2 documented symbols. Read the signatures first, then expand each item for parameters, return types, and examples.

2 symbols 2 functions 2 parameters 2 returns

Reference

fncollectGitHubRepos(html: string): Promise<string[]>Collect all GitHub repos from HTML for pre-fetching.

Collect all GitHub repos from HTML for pre-fetching.

Signature

export async function collectGitHubRepos(html: string): Promise<string[]>

View source

Parameters

  • html string

Returns

Promise<string[]>
fncollectGitHubSources(html: string): Promise<GitHubSourceRef[]>Collect all GitHub source references from HTML for pre-fetching.

Collect all GitHub source references from HTML for pre-fetching.

Signature

export async function collectGitHubSources(html: string): Promise<GitHubSourceRef[]>

View source

Parameters

  • html string

Returns

Promise<GitHubSourceRef[]>