UNPKG

octokit-plugin-create-pull-request

Version:

Octokit plugin to create a pull request with multiple file changes

3 lines (2 loc) 169 B
import type { Changes, State } from "./types.js"; export declare function createCommit(state: Required<State>, treeCreated: boolean, changes: Changes): Promise<string>;