UNPKG

@roots/bud-dashboard

Version:

bud.js core module

4 lines (3 loc) 220 B
import type { Bud } from '@roots/bud-framework'; import type { StatsError } from '@roots/bud-framework/config'; export declare const makeErrorFormatter: (bud: Bud) => (errors?: StatsError[]) => StatsError[] | undefined;