DIR: /proc/self/root/usr/share/node_modules/yargs/build/lib/utils/ |
Current File : //proc/self/root/usr/share/node_modules/yargs/build/lib/utils/apply-extends.d.ts |
import { Dictionary, PlatformShim } from '../typings/common-types.js'; export declare function applyExtends(config: Dictionary, cwd: string, mergeExtends: boolean, _shim: PlatformShim): Dictionary; |