UNPKG

@atomist/automation-client

Version:
10 lines 215 B
/** * Behavior that is common to all diffs */ export interface Changes { /** * indication that the diff detected an actual change */ hasChanged(): boolean; } //# sourceMappingURL=Changes.d.ts.map