UNPKG

@boost/core

Version:

Robust pipeline for creating dev tools that separate logic into routines and tasks.

6 lines 241 B
/** * Handle special cases when merging 2 configuration values. * If the target and source are both arrays, concatenate them. */ export default function handleMerge(target: any, source: any): any; //# sourceMappingURL=handleMerge.d.ts.map