UNPKG

dangerjs-wrapper

Version:

Plugin to Apply cultural rules during your CI process.

4 lines (3 loc) 180 B
import { DangerConfig } from '../models/DangerConfig'; export declare function warn(message: string): void; export declare const checkApprovals: (config: DangerConfig) => boolean;