UNPKG

@atomist/org-visualizer

Version:

Organization Visualizer using Atomist project scanning

17 lines 475 B
import { Aspect, FP } from "@atomist/sdm-pack-fingerprints"; export interface CodeOfConductData { /** * Content of the code of conduct */ content: string; /** * Title inferred from the code of conduct, if it was possible to do so */ title?: string; } /** * Find a code of conduct in a repository if possible * @constructor */ export declare const CodeOfConduct: Aspect<FP<CodeOfConductData>>; //# sourceMappingURL=codeOfConduct.d.ts.map