UNPKG
guess-terminal
Version:
latest (1.0.0)
1.0.0
Guess the current terminal emulator
github.com/marionebl/guess-terminal
marionebl/guess-terminal
guess-terminal
/
lib
/
index.d.ts
7 lines
(6 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
enum
GuessedTerminal
{ hyper =
"hyper"
, iterm2 =
"iterm2"
, terminal =
"terminal"
, }
export
declare
function
guessTerminal
(
):
GuessedTerminal
|
null
;