UNPKG

@shutootaki/gwm

Version:
10 lines 389 B
import type { LocalChanges, CleanableWorktree } from './types.js'; /** * ワークツリーパスでローカル変更を確認 */ export declare function checkLocalChanges(worktreePath: string): Promise<LocalChanges>; /** * 削除可能なワークツリーを取得 */ export declare function getCleanableWorktrees(): Promise<CleanableWorktree[]>; //# sourceMappingURL=clean.d.ts.map