UNPKG

@discord-user-card/core

Version:

The core behind the Discord User Card project.

6 lines 273 B
import type { DiscordUserCardImage } from "../types/generic.js"; /** * Maps a Discord image hash to a user card image */ export declare function mapDiscordImageHash(hash?: string | null): DiscordUserCardImage | undefined; //# sourceMappingURL=mapDiscordImageHash.d.ts.map