chrome-devtools-frontend
Version:
Chrome DevTools UI
14 lines (11 loc) • 388 B
text/typescript
// 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,
};