UNPKG

@boost/config

Version:

Powerful convention based finder, loader, and manager of both configuration and ignore files.

5 lines 219 B
/** * Merges previous and next arrays into a new array while removing duplicates (using `Set`). */ export declare function mergeArray<T extends unknown[]>(prev: T, next: T): T; //# sourceMappingURL=mergeArray.d.ts.map