UNPKG

danger

Version:
7 lines (6 loc) 383 B
import { GitLabDSL } from "../../dsl/GitLabDSL"; import { GitDSL, GitJSONDSL } from "../../dsl/GitDSL"; import type * as Types from "@gitbeaker/rest"; import GitLabAPI from "./GitLabAPI"; export declare const gitLabGitDSL: (gitlab: GitLabDSL, json: GitJSONDSL, gitlabAPI: GitLabAPI) => GitDSL; export declare const gitlabChangesToDiff: (changes: Types.CommitDiffSchema[]) => string;