UNPKG

substreams-sink-redis

Version:
8 lines 380 B
import UpdateManager from 'stdout-update'; import type { Clock } from "@substreams/core/proto"; export declare const manager: UpdateManager; export declare const frames: string[]; export declare function hook(): void; export declare function frame(clock: Clock): string; export declare function update(clock: Clock, messages?: string[]): void; //# sourceMappingURL=stdout.d.ts.map