node-ejs-renderer/node_modules/yargs/build/lib/apply-extends.d.ts
2024-06-09 13:55:01 -04:00

3 lines
152 B
TypeScript

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