swagger_generator_flutter/lib/pipeline/parse/swagger_fetcher.dart

6 lines
127 B
Dart

/// Pipeline: parse
/// Re-export swagger fetcher for pipeline-oriented imports.
library;
export 'impl/swagger_fetcher.dart';