redis-smq-common
Version:
Provides essential components and utilities shared across RedisSMQ packages.
11 lines • 504 B
TypeScript
import * as os from './os/index.js';
export declare const env: {
CPUMonitor: typeof os.CPUMonitor;
doesPathExist(filePath: string): Promise<boolean>;
ensureDirectoryExists(dirPath: string): Promise<void>;
downloadFile(url: string, savePath: string): Promise<void>;
findFilesByPattern(directoryPath: string, pattern: string, callback: import("../async/index.js").ICallback<string[]>): void;
getCurrentDir(): string;
getCacheDir(): string;
};
//# sourceMappingURL=index.d.ts.map