@boost/config
Version:
Powerful convention based finder, loader, and manager of both configuration and ignore files.
7 lines • 347 B
TypeScript
import { type ExtendsSetting } from '../types';
/**
* Merges previous and next file paths (either a string or array of strings) into a
* new list of file paths. This is useful if utilizing config extending.
*/
export declare function mergeExtends(prev: ExtendsSetting, next: ExtendsSetting): string[];
//# sourceMappingURL=mergeExtends.d.ts.map