UNPKG

chrome-devtools-frontend

Version:
14 lines (11 loc) 388 B
// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. import * as FreshRecording from './FreshRecording.js'; import * as PerformanceTracing from './PerformanceTracing.js'; import * as TracingManager from './TracingManager.js'; export { FreshRecording, PerformanceTracing, TracingManager, };