UNPKG

@dcp-designable/utils

Version:

工具类

6 lines 238 B
import { debounce, throttle, round, cloneDeep, merge } from 'lodash-es'; export { cloneDeep, debounce, merge, round, throttle }; export function mergeSchema(...obj) { return merge({}, ...obj); } //# sourceMappingURL=shared.js.map