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
/
getAuthorizationHeader.d.ts
4 lines
(2 loc)
•
129 B
TypeScript
View Raw
1
2
3
4
import
{
ImgurClient
}
from
'./client'
;
export
declare
function
getAuthorizationHeader
(
client
:
ImgurClient
):
Promise
<
string
>;