UNPKG

@shutootaki/gwm

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