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

8 lines
209 B
TypeScript

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