UNPKG

chrome-devtools-frontend

Version:
22 lines (19 loc) 762 B
// Copyright 2019 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 ExtensionAPI from './ExtensionAPI.js'; import * as ExtensionPanel from './ExtensionPanel.js'; import * as ExtensionServer from './ExtensionServer.js'; import * as ExtensionTraceProvider from './ExtensionTraceProvider.js'; import * as ExtensionView from './ExtensionView.js'; import * as RecorderExtensionEndpoint from './RecorderExtensionEndpoint.js'; import * as RecorderPluginManager from './RecorderPluginManager.js'; export { ExtensionAPI, ExtensionPanel, ExtensionServer, ExtensionTraceProvider, ExtensionView, RecorderExtensionEndpoint, RecorderPluginManager, };