UNPKG

bootstrap-vue-3

Version:

Early (but lovely) implementation of Vue 3, Bootstrap 5 and Typescript

9 lines (8 loc) 185 B
/** * @param target * @param source * @param extendArray * @returns */ declare const mergeDeep: (target: any, source: any, extendArray?: boolean) => any; export default mergeDeep;