chrome-devtools-frontend
Version:
Chrome DevTools UI
18 lines (15 loc) • 463 B
text/typescript
// 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.
import * as Core from './core/core.js';
import * as Graph from './graph/graph.js';
import * as Metrics from './metrics/metrics.js';
import * as Simulation from './simulation/simulation.js';
import * as Types from './types/types.js';
export {
Core,
Graph,
Metrics,
Simulation,
Types,
};