Files
dart_script_runner/lib/script_runner.dart
Chen Asraf 3bb4d53b2a chore: update formatting style
because pub.dev are line-length mighty enforcers
2022-08-07 15:37:53 +03:00

7 lines
194 B
Dart

/// This is the primary library used for loading and running scripts.
library script_runner;
export 'src/base.dart' show runScript;
export 'src/config.dart';
export 'src/runnable_script.dart';