UNPKG

@asymmetrik/ngx-leaflet-draw

Version:

Angular.io components for the Leaflet Draw plugin

9 lines (8 loc) 235 B
export declare class LeafletDrawUtil { /** * Deep copy the source object into the dest object. Will only copy literal values. * @param dest * @param src */ static deepLiteralCopy<T>(dest: T, src: any): T; }