UNPKG

discord-mudlet-map

Version:

This little library helps with Discord bot configuration to provide small Mudlet map fragment images with given location.

8 lines 327 B
import type { MapProvider } from "./types.js"; export interface RetryOptions { retries?: number; delay?: number; } export declare function downloader(url: string): MapProvider; export declare function retryingDownloader(url: string, retryOptions?: RetryOptions): MapProvider; //# sourceMappingURL=map-providers.d.ts.map