azure-setup-helm/node_modules/yargs/build/lib/apply-extends.d.ts
2022-06-27 14:17:15 -04:00

2 lines
152 B
TypeScript

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