UNPKG

redis-smq-common

Version:

Provides essential components and utilities shared across RedisSMQ packages.

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