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

6 lines
139 B
TypeScript

/**
* Reset Git repo contents
*/
declare function resetGitRepoContents(target: string): Promise<void>;
export { resetGitRepoContents };