UNPKG
@discord-user-card/core
Version:
latest (0.0.9)
0.0.9
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
The core behind the Discord User Card project.
@discord-user-card/core
/
lib
/
functions
/
mapDiscordImageHash.d.ts
6 lines
•
273 B
TypeScript
View Raw
1
2
3
4
5
6
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