UNPKG

@atomist/sdm-pack-aspect

Version:

an Atomist SDM Extension Pack for visualizing drift across an organization

7 lines 503 B
import { Bands } from "./bands"; export declare type SizeBands = "low" | "medium" | "high"; export declare type AgeBands = "current" | "recent" | "ancient" | "prehistoric"; export declare const EntropySizeBands: Bands<SizeBands | "zero">; export declare type StarBands = "½" | "⭐" | "⭐½" | "⭐⭐" | "⭐⭐½" | "⭐⭐⭐" | "⭐⭐⭐½" | "⭐⭐⭐⭐" | "⭐⭐⭐⭐½" | "⭐⭐⭐⭐⭐"; export declare function starBand(score: number): string; //# sourceMappingURL=commonBands.d.ts.map