UNPKG

redis-smq-common

Version:

Provides essential components and utilities shared across RedisSMQ packages.

6 lines 446 B
import { ICallback } from '../async/index.js'; 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>; export declare function findFilesByPattern(directoryPath: string, pattern: string, callback: ICallback<string[]>): void; //# sourceMappingURL=filesystem.d.ts.map