UNPKG
iceye-angular-cesium-fork
Version:
latest (0.0.66-d)
0.0.66-d
0.0.66-c
0.0.66-b
0.0.66-a
Angular library for working with Cesium.
github.com/iceye/angular-cesium
iceye/angular-cesium
iceye-angular-cesium-fork
/
lib
/
angular-cesium
/
services
/
smart-assigner
/
smart-assigner.service.d.ts
7 lines
(6 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Service for effective assignment. */
export
declare
class
SmartAssigner
{
static
create
(
props
?:
string
[],
allowUndefined
?:
boolean
):
(
obj1
:
Object
,
obj2
:
Object
) =>
Object
; }