UNPKG

@zowe/cli

Version:

Zowe CLI is a command line interface (CLI) that provides a simple and streamlined way to interact with IBM z/OS.

15 lines 404 B
/** * Class containing daemon utility functions. * @export * @class DaemonUtil */ export declare class DaemonUtil { /** * Get the directory that holds daemon-related runtime files. * Ensures that the directory exists, or we create it. * * @returns The absolute path to the daemon directory. */ static getDaemonDir(): string; } //# sourceMappingURL=DaemonUtil.d.ts.map