setup-kubectl/node_modules/yargs/build/lib/apply-extends.d.ts
2022-01-05 16:22:51 +00:00

2 lines
152 B
TypeScript

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