UNPKG

@squareboat/nest-cache

Version:

The cache package for your NestJS Applications

11 lines (10 loc) 303 B
export declare class ExpParser { private exp; private parsedExp; constructor(exp: string); static from(exp: string): ExpParser; private handle; toObj(): Record<string, any>; toArr(): Array<Record<string, any>>; static buildFromObj(inputs: Record<string, any>): string; }