UNPKG
srtrain
Version:
latest (1.0.0)
1.0.0
Node.js SRT train unofficial SDK
github.com/danieluhm2004/srtrain
danieluhm2004/srtrain
srtrain
/
src
/
constants
/
index.ts
8 lines
(7 loc)
•
209 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
*
from
'./errorCode'
;
export
*
from
'./loginMethod'
;
export
*
from
'./passengerType'
;
export
*
from
'./prioritySeatType'
;
export
*
from
'./seatType'
;
export
*
from
'./station'
;
export
*
from
'./train'
;