deth
Version:
Ethereum node focused on Developer Experience
6 lines (5 loc) • 299 B
TypeScript
/// <reference types="node" />
import { NodeCtx } from './ctx';
import { Path } from '../fs/Path';
export declare function getApp(ctx: NodeCtx): import("express-serve-static-core").Express;
export declare function runNode(port: number, configPath: Path | undefined): Promise<import("http").Server>;