GT2/Ejectable/node_modules/yargs/build/lib/apply-extends.d.ts

3 lines
152 B
TypeScript

import { Dictionary } from './common-types';
export declare function applyExtends(config: Dictionary, cwd: string, mergeExtends?: boolean): Dictionary;