UNPKG

detect-shell

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