فهرست منبع

fix: export TerminalTargetPlatform

The TerminalTargetPlatform enum is used for a  parameter in the terminal
constructor. Correspondingly it should be exported so that it can be
sepcified as parameter.
Georg Wechslberger 3 سال پیش
والد
کامیت
5abb94da8c
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      lib/core.dart

+ 1 - 0
lib/core.dart

@@ -14,3 +14,4 @@ export 'src/core/input/keys.dart';
 export 'src/core/mouse.dart';
 export 'src/core/state.dart';
 export 'src/terminal.dart';
+export 'src/utils/platform.dart';