UNPKG

@lodestar/prover

Version:

A Typescript implementation of the Ethereum Consensus light client

8 lines 289 B
import { Argv } from "yargs"; export declare const yarg: Argv<{}>; /** * Common factory for running the CLI and running integration tests * The CLI must actually be executed in a different script */ export declare function getLodestarProverCli(): Argv; //# sourceMappingURL=cli.d.ts.map