UNPKG

iceye-angular-cesium-fork

Version:

Angular library for working with Cesium.

3 lines (2 loc) 144 B
export declare function generateKey(length?: number): string; export declare function debounce(func: any, wait: any): (...args: any[]) => void;