UNPKG

ut-tools

Version:

Build and Release management automation package.

4 lines (3 loc) 199 B
import { Dictionary } from '@stoplight/types'; import type { IRuleResult } from '@stoplight/spectral-core'; export declare const groupBySource: (results: IRuleResult[]) => Dictionary<IRuleResult[]>;