UNPKG
twitch-oauth
Version:
latest (0.3.1)
0.3.1
0.3.0
0.2.0
0.1.2
0.1.1
0.1.0
Authenticate users with Twitch.
github.com/sammwyy/twitch-oauth
sammwyy/twitch-oauth
twitch-oauth
/
lib
/
twitch-oauth-error.d.ts
6 lines
•
217 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
class
TwitchOAuthError
extends
Error
{
private
readonly
status;
constructor
(
status
:
number
,
message
:
string
);
getStatusCode
():
number
; }
//# sourceMappingURL=twitch-oauth-error.d.ts.map