UNPKG

chrome-devtools-frontend

Version:
13 lines (11 loc) 471 B
// Copyright 2024 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. export * from './FirstContentfulPaint.js'; export * from './Interactive.js'; export * from './LargestContentfulPaint.js'; export * from './MaxPotentialFID.js'; export * from './Metric.js'; export * from './SpeedIndex.js'; export * from './TotalBlockingTime.js'; export * as TBTUtils from './TBTUtils.js';