node-ejs-renderer/node_modules/yargs/build/lib/apply-extends.d.ts

3 lines
152 B
TypeScript
Raw Permalink Normal View History

2024-06-09 13:55:01 -04:00
import { Dictionary } from './common-types';
export declare function applyExtends(config: Dictionary, cwd: string, mergeExtends?: boolean): Dictionary;