UNPKG

hosty

Version:

A code based opinionated way to self-host and manage web apps.

3 lines 147 B
import { Redis, RedisConfig } from '../../types.js'; export declare function redis(config: RedisConfig): Redis; //# sourceMappingURL=redis.d.ts.map