blob: cc3245b8cfa1d55d6ea5b8e7a1b34309af6fd49a [file] [log] [blame]
// Copyright (c) 2022, 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.
/// The library should be used by DevTools to analyse the collected leaks.
///
/// Should not be used in the application itself.
library devtools_integration;
export 'src/devtools_integration/delivery.dart';
export 'src/devtools_integration/messages.dart';
export 'src/devtools_integration/primitives.dart';
export 'src/shared/shared_model.dart';