UNPKG

@dobuki/phaser-game

Version:
4 lines (3 loc) 347 B
export declare function prepareUrls(urls: (string | undefined)[], retry?: number, totalCount?: number, b?: Record<string, string>, skipProgressBar?: boolean): Promise<Record<string, string>>; export declare function u(url: string, b?: Record<string, string>): string; export declare function revoke(url: string, b?: Record<string, string>): void;