mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-03 03:27:21 +01:00
3 lines
152 B
TypeScript
3 lines
152 B
TypeScript
import { Dictionary } from './common-types';
|
|
export declare function applyExtends(config: Dictionary, cwd: string, mergeExtends?: boolean): Dictionary;
|