UNPKG

@ganache/cli

Version:
7 lines 379 B
import yargs from "yargs"; import { Defaults } from "@ganache/options"; export declare const wrapWidth: number; export declare function applyDefaults<D extends Defaults<any>>(defaults: D, args: yargs.Argv<{}>): void; export declare const highlight: (t: string) => string; export declare const center: (str: string, length: number) => string; //# sourceMappingURL=helpers.d.ts.map