UNPKG

@greenmice/ngx-cesium

Version:
9 lines (8 loc) 312 B
import * as i0 from "@angular/core"; export declare class ComputationCache { private _cache; get(expression: string, insertFn: (() => any)): any; clear(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ComputationCache, never>; static ɵprov: i0.ɵɵInjectableDeclaration<ComputationCache>; }