UNPKG

redis-time-series-ts

Version:
7 lines 265 B
import { CommandInterface } from "./interface/command"; export declare class CommandInvoker { protected command: CommandInterface; setCommand(command: CommandInterface): CommandInvoker; run(): Promise<any>; } //# sourceMappingURL=commandInvoker.d.ts.map