@quick-game/cli
Version:
Command line interface for rapid qg development
17 lines • 992 B
JavaScript
// 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 './ThrottlingPresets.js';
import './MobileThrottlingSelector.js';
import './NetworkPanelIndicator.js';
import './NetworkThrottlingSelector.js';
import './ThrottlingSettingsTab.js';
import './ThrottlingManager.js';
import * as MobileThrottlingSelector from './MobileThrottlingSelector.js';
import * as NetworkPanelIndicator from './NetworkPanelIndicator.js';
import * as NetworkThrottlingSelector from './NetworkThrottlingSelector.js';
import * as ThrottlingManager from './ThrottlingManager.js';
import * as ThrottlingPresets from './ThrottlingPresets.js';
import * as ThrottlingSettingsTab from './ThrottlingSettingsTab.js';
export { MobileThrottlingSelector, NetworkPanelIndicator, NetworkThrottlingSelector, ThrottlingManager, ThrottlingPresets, ThrottlingSettingsTab, };
//# sourceMappingURL=mobile_throttling.js.map