Skip to content

attributes.ts#

View Markdown

Source

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

3 symbols 3 functions 3 parameters 3 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[]>
fncollectGitHubResources(html: string): Promise<GitHubResourceRef[]>Collect all GitHub issue, pull request, commit, discussion, and gist refs.

Collect all GitHub issue, pull request, commit, discussion, and gist refs.

Signature

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

View source

Parameters

  • html string

Returns

Promise<GitHubResourceRef[]>
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[]>