UNPKG

redis-smq

Version:

A high-performance, reliable, and scalable message queue for Node.js.

3 lines 209 B
import { InvalidRedisKeyError } from '../../../errors/index.js'; export declare function validateRedisKey(key: string | null | undefined): string | InvalidRedisKeyError; //# sourceMappingURL=validator.d.ts.map