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

8 lines
255 B
TypeScript

import { ExportTargetOptions } from '../../export/helpers/prepare.mjs';
/**
* Get current branch from cloned git repo
*/
declare function getGitRepoBranch(options: ExportTargetOptions, checkout?: string): Promise<string>;
export { getGitRepoBranch };