UNPKG

@maptiler/sdk

Version:

The Javascript & TypeScript map SDK tailored for MapTiler Cloud

6 lines (5 loc) 165 B
export declare class FetchError extends Error { status: number; statusText: string; constructor(response: Response, resource: string, module: string); }