4 lines
98 B
Dart
Raw Normal View History

library angular.core.facade.async;
export 'dart:async' show Future;
export 'dart:core' show Type;