UNPKG

@ant-design/pro-flow

Version:
9 lines (8 loc) 218 B
/// <reference types="lodash" /> import { merge as _merge } from 'lodash-es'; /** * 用于合并对象,如果是数组则直接替换 * @param target * @param source */ export declare const merge: typeof _merge;