Chromium Code Reviews| Index: lib/convert.dart |
| diff --git a/lib/convert.dart b/lib/convert.dart |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5b053226494d15058131ecd780fe759e5395b51d |
| --- /dev/null |
| +++ b/lib/convert.dart |
| @@ -0,0 +1,7 @@ |
| +// 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. |
| + |
| +library convert; |
| + |
| +export 'src/hex.dart'; |