瀏覽代碼

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';