UNPKG
imgur
Version:
latest (2.4.3)
next (2.0.0-next.6)
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.0
2.1.4
2.1.3
2.1.2
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-next.6
2.0.0-next.5
2.0.0-next.4
2.0.0-next.3
2.0.0-next.2
2.0.0-next.1
1.0.2
1.0.1
1.0.0
0.3.2
0.3.1
0.2.1
0.2.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
Unofficial JavaScript library for Imgur
github.com/keneucker/imgur
keneucker/imgur
imgur
/
dist
/
image
/
getImage.d.ts
5 lines
(3 loc)
•
219 B
TypeScript
View Raw
1
2
3
4
5
import
{
ImgurClient
}
from
'../client'
;
import
{
ImgurApiResponse
,
ImageData
}
from
'../common/types'
;
export
declare
function
getImage
(
client
:
ImgurClient
,
imageHash
:
string
):
Promise
<
ImgurApiResponse
<
ImageData
>>;