UNPKG

iceye-angular-cesium-fork

Version:

Angular library for working with Cesium.

6 lines (5 loc) 216 B
export declare class Checker { static throwIfAnyNotPresent(values: Object, propertyNames: string[]): void; static throwIfNotPresent(value: any, name: string): void; static present(value: any): boolean; }