UNPKG
fio-api-handler
Version:
latest (2.33.47)
2.33.47
2.33.46
2.33.45
2.33.44
2.33.43
2.33.42
2.33.41
2.33.40
2.33.39
2.33.38
2.33.37
2.33.36
2.33.35
2.33.34
2.33.33
2.33.32
2.33.31
2.33.30
2.33.29
2.33.28
2.33.27
2.33.26
2.33.25
2.33.24
2.33.23
2.33.22
2.33.21
2.33.20
2.33.19
2.33.18
2.33.17
2.33.16
2.33.15
2.33.14
2.33.13
2.33.12
2.33.11
2.33.10
2.33.9
2.33.8
2.33.7
2.33.6
2.33.5
2.33.4
2.33.3
2.33.2
2.33.1
2.33.0
2.32.0
2.31.0
2.30.0
2.29.0
2.28.0
2.27.0
2.26.0
2.25.0
2.24.0
2.23.0
2.22.0
2.21.0
2.20.0
2.19.0
2.18.0
2.17.0
2.16.0
2.15.0
2.14.0
2.13.0
2.12.0
2.11.0
2.10.0
2.9.0
2.8.0
2.7.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.0.0
0.2.0
0.1.0
Unofficial handler for Fio Bank API
github.com/fabulator/fio-api-handler
fabulator/fio-api-handler
fio-api-handler
/
dist
/
index.d.ts
5 lines
(4 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
5
import
FioApi
from
'./FioApi'
;
import
EnhacedFioApi
from
'./EnhacedFioApi'
;
import
*
as
TRANSACTION_TYPES
from
'./transaction-types'
;
export
{
FioApi
,
EnhacedFioApi
,
TRANSACTION_TYPES
};