We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ca4ee commit 3446200Copy full SHA for 3446200
cli/util/options.d.ts
@@ -56,4 +56,4 @@ export function help(config: Config, options?: HelpOptions): string;
56
export function addDefaults(config: Config, options: { [key: string]: number | string });
57
58
/** Merges two sets of options into one, preferring the newer set. */
59
-export function merge(config: Config, newerOptions: { [key: string]: number | string }, olderOptions: { [key: string]: number | string });
+export function merge(config: Config, currentOptions: { [key: string]: number | string }, parentOptions: { [key: string]: number | string });
0 commit comments