UNPKG

redis-smq-common

Version:

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

8 lines 268 B
declare function isPortInUse(port: number): Promise<boolean>; declare function getRandomPort(): Promise<number>; export declare const net: { isPortInUse: typeof isPortInUse; getRandomPort: typeof getRandomPort; }; export {}; //# sourceMappingURL=index.d.ts.map