UNPKG

@jjeem/detect-shell

Version:

detect shells available on the system

8 lines (7 loc) 214 B
interface IShellDefinition { label: string; path: string; } export declare function getWindowsBuildNumber(): number; export declare function detectAvailableShells(): Promise<IShellDefinition[]>; export {};