UNPKG

redis-smq-common

Version:

RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.

8 lines 300 B
export declare const env: { doesPathExist(filePath: string): Promise<boolean>; ensureDirectoryExists(dirPath: string): Promise<void>; downloadFile(url: string, savePath: string): Promise<void>; getCurrentDir(): string; getCacheDir(): string; }; //# sourceMappingURL=index.d.ts.map