blob: 6f249af7a65e5df6bd73dfed080b904dec4c1285 [file] [log] [blame]
// Copyright (c) 2023, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
/// Support for communicating with the Dart Tooling Daemon.
library;
export 'src/dart_tooling_daemon.dart';
export 'src/dtd_connection.dart';