UNPKG

@lodestar/flare

Version:
8 lines 275 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 getCli(): Argv; //# sourceMappingURL=cli.d.ts.map