UNPKG
node-ttv
Version:
latest (2.1.0)
2.1.0
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A Node.js wrapper for Twitch.tv's helix API.
node-ttv
/
dist
/
helix
/
resources
/
hypetrain.d.ts
5 lines
(4 loc)
•
214 B
TypeScript
View Raw
1
2
3
4
5
import
Resource
from
"../Resource"
;
export
default
class
HypeTrain
extends
Resource
{
getHypeTrainEvents
(
token
:
string
,
broadcaster_id
:
string
,
first
?:
number
,
id
?:
string
,
cursor
?:
string
):
Promise
<
string
>; }