UNPKG

redis-smq-common

Version:

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

7 lines 234 B
import { extractTgz } from './extract-tgz.js'; import { extractRpm } from './extract-rpm.js'; export declare const archive: { extractTgz: typeof extractTgz; extractRpm: typeof extractRpm; }; //# sourceMappingURL=index.d.ts.map