UNPKG

angular-cesium

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