UNPKG

redis-smq-common

Version:

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

4 lines 277 B
export type TRedisServerPlatform = Extract<NodeJS.Platform, 'linux' | 'darwin'>; export declare const REDIS_SERVER_PLATFORM_LIST: TRedisServerPlatform[]; export declare const getSupportedPlatform: () => TRedisServerPlatform; //# sourceMappingURL=get-supported-platform.d.ts.map