UNPKG

maplibregl-mapbox-request-transformer

Version:
5 lines (4 loc) 163 B
export function isMapboxURL(url: string): boolean; export function transformMapboxUrl(url: string, resourceType: string, accessToken: string): { url: string; };