UNPKG

lerna

Version:

Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository

5 lines (4 loc) 135 B
export declare function applyExtends(config: { [x: string]: unknown; extends?: any; }, cwd: string, seen?: Set<unknown>): any;