Files
airllm-fork-nodejs/node_modules/node-llama-cpp/dist/utils/resolveGithubRelease.d.ts
2026-02-05 15:27:49 +08:00

3 lines
211 B
TypeScript

export declare function resolveGithubRelease(githubOwner: string, githubRepo: string, release: string): Promise<any>;
export declare function isGithubReleaseNeedsResolving(release: string): release is "latest";