attributes.ts#
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[]>Parameters
-
htmlstring
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[]>Parameters
-
htmlstring
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[]>Parameters
-
htmlstring
Returns
Promise<GitHubSourceRef[]>