substreams-sink-redis
Version:
Substreams Redis sink module
6 lines • 345 B
TypeScript
/// <reference types="node" resolution-mode="require"/>
import http from "node:http";
import { commander } from "substreams-sink";
export declare const server: http.Server<typeof http.IncomingMessage, typeof http.ServerResponse>;
export declare function listen(options: commander.RunOptions): Promise<unknown>;
//# sourceMappingURL=http.d.ts.map