blob: b23d220637065e1ddbbcf0283b3c1f50c03a4ad1 [file] [log] [blame]
// Copyright (c) 2015, 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.
/// A [Resource] is data that can be loaded into a Dart program.
///
/// A resource is identified by a URI.
library resource;
export "src/resource.dart" show Resource;
export "src/loader.dart" show ResourceLoader;