7ad2aa66bb
Co-authored-by: tbarnes94 <tbarnes94@users.noreply.github.com>
2 lines
152 B
TypeScript
2 lines
152 B
TypeScript
import { Dictionary } from './common-types';
|
|
export declare function applyExtends(config: Dictionary, cwd: string, mergeExtends?: boolean): Dictionary;
|