UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

4 lines (3 loc) 215 B
import type { LongCommitSha } from '../../../../util/git/types'; import type { BranchConfig } from '../../../types'; export declare function commitFilesToBranch(config: BranchConfig): Promise<LongCommitSha | null>;