UNPKG

@lodestar/prover

Version:

A Typescript implementation of the Ethereum Consensus light client

8 lines 298 B
import yargs from "yargs"; export declare const yarg: yargs.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(): yargs.Argv; //# sourceMappingURL=cli.d.ts.map