7 lines
243 B
Dart
7 lines
243 B
Dart
// Copyright (c) 2015, Benjamin NGUYEN. All rights reserved. Use of this source code
|
|
// is governed by a BSD-style license that can be found in the LICENSE file.
|
|
|
|
/// The countdown library.
|
|
library countdown;
|
|
|
|
export 'src/countdown_base.dart'; |