UNPKG

redis-smq-common

Version:

Provides essential components and utilities shared across RedisSMQ packages.

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