UNPKG

@atomist/sdm-pack-fingerprints

Version:

an Atomist SDM Extension Pack for fingerprinting code

6 lines (5 loc) 332 B
import { HandlerContext } from "@atomist/automation-client"; import { Diff } from "../machine/Aspect"; export declare function comparator(path: string): (a: any, b: any) => number; export declare function renderDiffSnippet(ctx: HandlerContext, diff: Diff): Promise<void>; export declare function orDefault<T>(cb: () => T, x: T): T;