UNPKG

@hint/hint-performance-budget

Version:

hint that that checks if a page passes a set performance budget

6 lines 235 B
import { HintContext, IHint } from 'hint'; export default class PerformanceBudgetHint implements IHint { static readonly meta: import("hint").HintMetadata; constructor(context: HintContext); } //# sourceMappingURL=hint.d.ts.map