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

8 lines
228 B
TypeScript

import { ExportTargetOptions } from '../../export/helpers/prepare.js';
/**
* Get latest hash from cloned git repo
*/
declare function getGitRepoHash(options: ExportTargetOptions): Promise<string>;
export { getGitRepoHash };