UNPKG

piral-cli

Version:

The standard CLI for creating and building a Piral instance or a Pilet.

4 lines (3 loc) 282 B
import { RuleContext, Rule } from '../types'; export declare function ruleSummary(errors: Array<string>, warnings: Array<string>): void; export declare function runRules<T extends RuleContext>(rules: Array<Rule<T>>, context: T, configurations?: Record<string, any>): Promise<void>;