4 lines
98 B
Dart
4 lines
98 B
Dart
|
library angular.core.facade.async;
|
||
|
|
||
|
export 'dart:async' show Future;
|
||
|
export 'dart:core' show Type;
|