UNPKG

@tuoyuan/map-adapter-lib

Version:

地图适配器库

3 lines (2 loc) 100 B
/** 深度合并对象 */ export declare const deepAssign: (target: any, ...sources: any[]) => any;