@dobuki/phaser-game
Version:
Just a game built in Phaser
4 lines (3 loc) • 347 B
TypeScript
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;