Edit file File name : apply-extends.d.ts Content :import { Dictionary, PlatformShim } from '../typings/common-types.js'; export declare function applyExtends(config: Dictionary, cwd: string, mergeExtends: boolean, _shim: PlatformShim): Dictionary; Save