UNPKG

detect-shells

Version:

Detect shells installed on a system

6 lines (5 loc) 121 B
export interface IFoundShell<T> { readonly shell: T; readonly path: string; readonly extraArgs?: string[]; }