UNPKG

iceye-angular-cesium-fork

Version:

Angular library for working with Cesium.

7 lines (6 loc) 187 B
/** * Service for effective assignment. */ export declare class SmartAssigner { static create(props?: string[], allowUndefined?: boolean): (obj1: Object, obj2: Object) => Object; }