UNPKG

@shutootaki/gwm

Version:
10 lines 344 B
/** * ローカルブランチ候補プロバイダ * add --from コマンドで使用 */ /** * ローカルブランチ候補を取得 * Git リポジトリ外では空配列を返す */ export declare const getLocalBranchCandidates: () => Promise<import("./types.js").CompletionCandidate[]>; //# sourceMappingURL=branches-local.d.ts.map