Files
Speedtest-Tracker/conf/site/node_modules/yargs/build/lib/apply-extends.d.ts
Henry Whitaker c8f853dc84 composer and npm
2020-08-25 00:59:44 +01:00

3 lines
152 B
TypeScript

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