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
/
utils
/
checker.d.ts
6 lines
(5 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
Checker
{
static
throwIfAnyNotPresent
(
values
: Object,
propertyNames
:
string
[]):
void
;
static
throwIfNotPresent
(
value
: any,
name
:
string
):
void
;
static
present
(
value
: any):
boolean
; }