UNPKG
@jjeem/detect-shell
Version:
latest (1.0.2)
1.0.2
detect shells available on the system
github.com/jjeem/detect-shell
jjeem/detect-shell
@jjeem/detect-shell
/
lib
/
cjs
/
index.d.ts
8 lines
(7 loc)
•
214 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
interface
IShellDefinition
{
label
:
string
;
path
:
string
; }
export
declare
function
getWindowsBuildNumber
(
):
number
;
export
declare
function
detectAvailableShells
(
):
Promise
<
IShellDefinition
[]>;
export
{};