UNPKG

@maptiler/sdk

Version:

The Javascript & TypeScript map SDK tailored for MapTiler Cloud

5 lines (4 loc) 257 B
import { ResourceType } from 'maplibre-gl'; export declare const CACHE_API_AVAILABLE: boolean; export declare function localCacheTransformRequest(reqUrl: URL, resourceType?: ResourceType): string; export declare function registerLocalCacheProtocol(): void;