UNPKG

redis-smq-common

Version:

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

4 lines 278 B
export declare function doesPathExist(filePath: string): Promise<boolean>; export declare function ensureDirectoryExists(dirPath: string): Promise<void>; export declare function downloadFile(url: string, savePath: string): Promise<void>; //# sourceMappingURL=filesystem.d.ts.map