UNPKG

redis-smq-common

Version:

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

9 lines 251 B
import * as cacheDir from './cache-dir.js'; import * as currentDir from './current-dir.js'; import * as filesystem from './filesystem.js'; export const env = { ...cacheDir, ...currentDir, ...filesystem, }; //# sourceMappingURL=index.js.map