UNPKG

danger

Version:
5 lines (4 loc) 288 B
import { DangerResults } from "../../../dsl/DangerResults"; /** Returns Markdown results to post if an exception is raised during the danger run */ declare const resultsForCaughtError: (file: string, contents: string, error: Error) => DangerResults; export default resultsForCaughtError;