UNPKG
twitch-api-ts
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
Modern wrapper for the Twitch API with typings.
github.com/sammwyy/twitch-api
sammwyy/twitch-api
twitch-api-ts
/
src
/
index.ts
9 lines
(6 loc)
•
181 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
export
*
from
'./twitch-api'
;
export
*
from
'./twitch-api-exception'
;
export
*
from
'./common'
;
export
*
from
'./bits'
;
export
*
from
'./channel-points'
;
export
*
from
'./users'
;