IOweb/node_modules/@iconify/tools/lib/download/github/hash.d.cts
2026-07-03 15:07:38 -05:00

8 lines
209 B
TypeScript

import { GitHubAPIOptions } from './types.cjs';
/**
* Get latest hash from GitHub using API
*/
declare function getGitHubRepoHash(options: GitHubAPIOptions): Promise<string>;
export { getGitHubRepoHash };