UNPKG

common-core-pkg

Version:

Common package for all the utils

5 lines (4 loc) 144 B
import { RedisService } from "./redis.service"; export declare class ResumeRedisService extends RedisService { constructor(ttl?: number); }