UNPKG

@kui-shell/core

Version:

An Electron-based shell for cloud-native development

6 lines (5 loc) 260 B
export declare const expandHomeDir: (path: string) => string; export default expandHomeDir; /** In case of error, e.g. removed CWD, this is our fallback plan */ export declare function fallbackCWD(cwd?: string): string; export declare const cwd: () => string;