apply-extends.d.ts 152 B

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