UNPKG

@hint/hint-performance-budget

Version:

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

5 lines 197 B
import { NetworkConfig } from './types'; declare const ids: string[]; declare const getById: (id: string) => NetworkConfig | null; export { getById, ids }; //# sourceMappingURL=connections.d.ts.map