UNPKG

octokit-plugin-create-pull-request

Version:

Octokit plugin to create a pull request with multiple file changes

3 lines (2 loc) 157 B
import { Changes, State } from "./types.js"; export declare function createTree(state: Required<State>, changes: Required<Changes>): Promise<string | null>;