blob: b99da1fde389bb976148d1e0b0642f5f2f496864 [file] [log] [blame]
// Copyright 2020 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 DevToolsContext from './DevToolsContext.js';
import * as Runtime from './Runtime.js';
export {
DevToolsContext,
Runtime,
};