UNPKG

substreams-sink-redis

Version:
6 lines 345 B
/// <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