UNPKG

@atomist/sdm-pack-fingerprints

Version:

an Atomist SDM Extension Pack for fingerprinting code

5 lines (4 loc) 279 B
import { Aspect, FP } from "../.."; export declare function displayName(aspect: Aspect, fp: FP): string; export declare function displayValue(aspect: Aspect, fp: FP): string; export declare function aspectOf(fingerprint: Pick<FP, "type">, aspects: Aspect[]): Aspect | undefined;