UNPKG

code-story

Version:

Get your code activity log for standup from git

7 lines (6 loc) 289 B
import { BranchCollection } from '@project-types/entities'; /** * Ensure info about branch entity: remoteBranchName, repositoryUrl; */ declare const ensureBranches: (branchCollection: BranchCollection, repositoryUrl: string) => Promise<BranchCollection>; export default ensureBranches;