UNPKG

@ganache/cli

Version:
10 lines 414 B
import { GanacheArgs } from "./types"; export declare const parseArgs: (version: string, rawArgs?: string[]) => GanacheArgs; /** * Expands the arguments into an object including only namespaced keys from the * `args` argument. * @param {object} args to be expanded * @returns {object} with the expanded arguments */ export declare function expandArgs(args: object): object; //# sourceMappingURL=args.d.ts.map