Ver Fonte

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 há 3 anos atrás
pai
commit
5abb94da8c
1 ficheiros alterados com 1 adições e 0 exclusões
  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';