danger
Version:
Unit tests for Team Culture
8 lines (7 loc) • 319 B
TypeScript
import { GitCommit } from "../../dsl/Commit";
import { GitJSONDSL } from "../../dsl/GitDSL";
/**
* This function is essentially a "go from a diff to some simple structured data"
* it's the steps needed for danger process.
*/
export declare const diffToGitJSONDSL: (diff: string, commits: GitCommit[]) => GitJSONDSL;